Fixed TCP stream creation aborting.
[silc.git] / apps / irssi / src / silc / core / silc-servers.h
index ff8ad603664832d23bfa2ef149317041969101f5..efde07e6efeb7735a117f2864b39b54114a11cfa 100644 (file)
@@ -44,7 +44,8 @@ typedef struct {
 
   gpointer chanqueries;
   SilcClientConnection conn;
-  SilcAsyncOperation op;
+  SilcAsyncOperation op;       /* Key exchange operation handle */
+  SilcAsyncOperation tcp_op;   /* TCP stream creation operation handle */
   SilcUInt32 umode;
 } SILC_SERVER_REC;