Disconnect problem: Mark incoming connections immediately local
[silc.git] / lib / silcclient / client.h
index d84cc162815bd97a9026c50510bf2e2ded31f4b5..ac1116d28289951ced21ef6933114ecb7f5cda68 100644 (file)
@@ -41,9 +41,9 @@ typedef struct SilcClientConnectionInternalStruct
      *SilcClientConnectionInternal;
 typedef struct SilcChannelPrivateKeyStruct *SilcChannelPrivateKey;
 
-
 /* Internal client entry context */
 typedef struct SilcClientEntryInternalStruct {
+  void *prv_waiter;            /* Private message packet waiter */
   SilcRwLock lock;             /* Read/write lock */
   SilcCipher send_key;         /* Private message key for sending */
   SilcCipher receive_key;      /* Private message key for receiving */