X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fsilcclient.h;h=23f1aabcc863ab3988a3049d9f8942f17e2a902b;hb=08e0dddd6750b245da53e2bc3528d0b5a6d57e8b;hp=5e6c0d42f822bf861a193f5d64dbc9c342ae4e37;hpb=f7bc45b99c6d3d8c919b82574b1b06c096062c8d;p=silc.git diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index 5e6c0d42..23f1aabc 100644 --- a/lib/silcclient/silcclient.h +++ b/lib/silcclient/silcclient.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2000 - 2007 Pekka Riikonen + Copyright (C) 2000 - 2008 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -227,6 +227,8 @@ struct SilcClientConnectionStruct { SilcPublicKey public_key; /* Public key used in this connection */ SilcPrivateKey private_key; /* Private key */ SilcPacketStream stream; /* Connection to remote host */ + SilcStream socket_stream; /* Socket stream from 'stream' */ + SilcSocket sock; /* The socket from 'socket_stream' */ SilcConnectionType type; /* Connection type */ SilcClientConnectCallback callback; /* Connection callback */ void *callback_context; /* Connection context */