Fix crash on expired keyboard prompts
[silc.git] / apps / irssi / src / silc / core / silc-servers.h
index ff8ad603664832d23bfa2ef149317041969101f5..a638b1627ee721f394ac96755a5c4e40d1bb98b0 100644 (file)
@@ -44,7 +44,9 @@ typedef struct {
 
   gpointer chanqueries;
   SilcClientConnection conn;
-  SilcAsyncOperation op;
+  SilcAsyncOperation op;       /* Key exchange operation handle */
+  SilcAsyncOperation tcp_op;   /* TCP stream creation operation handle */
+  SilcAsyncOperation prompt_op; /* Key verification operation handle */
   SilcUInt32 umode;
 } SILC_SERVER_REC;