X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient.h;fp=lib%2Fsilcclient%2Fclient.h;h=2073bc5a0db7e5d09eb8f75048b647bd63b50f95;hb=0bec4ad52aee68c17d256ab266ff0bfda338dd52;hp=7868d4602e1c91ec44a6e4c70bffcc78d17e099f;hpb=f80793177eaf8e9feb73c46403ea7e552d28d9d7;p=silc.git diff --git a/lib/silcclient/client.h b/lib/silcclient/client.h index 7868d460..2073bc5a 100644 --- a/lib/silcclient/client.h +++ b/lib/silcclient/client.h @@ -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; };