Added Requested Attributes sending and receiving support to
[silc.git] / lib / silcclient / client.h
index 7868d4602e1c91ec44a6e4c70bffcc78d17e099f..6fbdbd4a54919cd6599c11f976a2fcba5b200684 100644 (file)
@@ -131,10 +131,16 @@ struct SilcClientConnectionStruct {
   SilcUInt32 next_session_id;
   SilcClientFtpSession active_session;
 
+  /* Requested Attributes */
+  SilcHashTable attrs;
+
   /* Pointer back to the SilcClient. This object is passed to the application
      and the actual client object is accesible through this pointer. */
   SilcClient client;
 
+  /* Connection parameters */
+  SilcClientConnectionParams params;
+
   /* User data context. Library does not touch this. */
   void *context;
 };