Added Requested Attributes sending and receiving support to
[silc.git] / lib / silcclient / client.h
index 2073bc5a0db7e5d09eb8f75048b647bd63b50f95..6fbdbd4a54919cd6599c11f976a2fcba5b200684 100644 (file)
@@ -131,6 +131,9 @@ 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;