updates.
[silc.git] / lib / silcclient / client.h
index f6d2215af736de0a5ed75e41304d172fb653c164..0cf57a4964d0ae46e8a4f9d2fcdd3952c43b76eb 100644 (file)
@@ -110,6 +110,12 @@ struct SilcClientConnectionObject {
      referencing (sock->user_data). */
   SilcSocketConnection sock;
 
+  /* Pending command queue for this connection */
+  SilcDList pending_commands;
+
+  /* Current command identifier, 0 not used */
+  unsigned short cmd_ident;
+
   /* Requested pings. */
   SilcClientPing *ping;
   unsigned int ping_count;