X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient_internal.h;h=7d42b470789c541559ba32d6d33687962573e83d;hb=124293f6809a8200f041c276d1846cb5de4dedf2;hp=d3437edfc061c6cfd638c59688c2c8d7bd709ac3;hpb=7b16a3dad6b46e0af295904c21232d5cb3732ee3;p=silc.git diff --git a/lib/silcclient/client_internal.h b/lib/silcclient/client_internal.h index d3437edf..7d42b470 100644 --- a/lib/silcclient/client_internal.h +++ b/lib/silcclient/client_internal.h @@ -186,7 +186,7 @@ struct SilcClientConnectionInternalStruct { /* Events */ unsigned int connect : 1; /* Connect remote host */ - unsigned int disconnected : 1; /* Disconnected by remote host */ + unsigned int disconnected : 1; /* Disconnect remote connection */ unsigned int key_exchange : 1; /* Start key exchange */ unsigned int rekeying : 1; /* Start rekey */ @@ -195,7 +195,6 @@ struct SilcClientConnectionInternalStruct { unsigned int registering : 1; /* Set when registering to network */ unsigned int rekey_responder : 1; /* Set when rekeying as responder */ unsigned int callback_called : 1; /* Set when connect callback called */ - unsigned int aborted : 1; /* Set when aborted by application */ SilcClientAway *away; SilcClientConnAuthRequest connauth;