updates
[silc.git] / lib / silcclient / client.h
index 7868d4602e1c91ec44a6e4c70bffcc78d17e099f..2073bc5a0db7e5d09eb8f75048b647bd63b50f95 100644 (file)
@@ -135,6 +135,9 @@ struct SilcClientConnectionStruct {
      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;
 };