updates.
[silc.git] / apps / silcd / protocol.h
index f5ab3c5b2a48d764ad2bd3f0b0d9603c9e72133a..09e2aac3a4e4af5abde6279e68852eaac41355df 100644 (file)
@@ -43,8 +43,10 @@ typedef struct {
   void *dest_id;
   SilcIdType dest_id_type;
 
-  /* Pointer to the configuration. */
-  void *config;
+  /* Pointer to the configurations. */
+  void *cconfig;
+  void *sconfig;
+  void *rconfig;
 
   SilcTask timeout_task;
   SilcPacketContext *packet;
@@ -79,8 +81,10 @@ typedef struct {
   void *dest_id;
   SilcIdType dest_id_type;
 
-  /* Pointer to the configuration. */
-  void *config;
+  /* Pointer to the configurations. */
+  void *cconfig;
+  void *sconfig;
+  void *rconfig;
 
   SilcTask timeout_task;
   SilcPacketContext *packet;