X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient.h;fp=lib%2Fsilcclient%2Fclient.h;h=6fbdbd4a54919cd6599c11f976a2fcba5b200684;hb=5d90b0684f07a8a51d5dff5cd108a328ec82ffa9;hp=2073bc5a0db7e5d09eb8f75048b647bd63b50f95;hpb=7134a9d911de0a5bf49f855f54b0252e70f0b58e;p=silc.git diff --git a/lib/silcclient/client.h b/lib/silcclient/client.h index 2073bc5a..6fbdbd4a 100644 --- a/lib/silcclient/client.h +++ b/lib/silcclient/client.h @@ -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;