updates.
[silc.git] / apps / silcd / protocol.h
index 99f2e72071b423b69c57e1c5b930d731c3375158..f5ab3c5b2a48d764ad2bd3f0b0d9603c9e72133a 100644 (file)
@@ -43,6 +43,9 @@ typedef struct {
   void *dest_id;
   SilcIdType dest_id_type;
 
+  /* Pointer to the configuration. */
+  void *config;
+
   SilcTask timeout_task;
   SilcPacketContext *packet;
   SilcSKE ske;
@@ -76,6 +79,9 @@ typedef struct {
   void *dest_id;
   SilcIdType dest_id_type;
 
+  /* Pointer to the configuration. */
+  void *config;
+
   SilcTask timeout_task;
   SilcPacketContext *packet;
   uint16 conn_type;