X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fsilcclient.h;h=b44b09ff4a471a103af3858bb191582ae16a374d;hb=598a79d875c80b1f6cbee2ae78198cbff46ab7dc;hp=bb7bc9aa4e1badd67bba58e1e18d20d2e83495ac;hpb=71d1fefe6029e201edca6a93f39a0646a40c294b;p=silc.git diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index bb7bc9aa..b44b09ff 100644 --- a/lib/silcclient/silcclient.h +++ b/lib/silcclient/silcclient.h @@ -269,6 +269,7 @@ typedef enum { SILC_KEY_AGREEMENT_ABORTED, /* The protocol aborted */ SILC_KEY_AGREEMENT_ALREADY_STARTED, /* Already started */ SILC_KEY_AGREEMENT_SELF_DENIED, /* Negotiationg with itself denied */ + SILC_KEY_AGREEMENT_NO_MEMORY, /* System out of memory */ } SilcKeyAgreementStatus; /***/ @@ -643,11 +644,6 @@ typedef struct { in the callbacks to protect application specific data. */ SilcBool threads; - /* Number of maximum tasks the client library's scheduler can handle. - If set to zero default value will be used. For WIN32 systems this - should be set to 64 as it is the hard limit dictated by the WIN32. */ - int task_max; - /* Rekey timeout in seconds. The client will perform rekey in this time interval. If set to zero, the default value will be used. */ unsigned int rekey_secs;