More client library rewrites.
[silc.git] / lib / silcclient / silcclient.h
index bb7bc9aa4e1badd67bba58e1e18d20d2e83495ac..b44b09ff4a471a103af3858bb191582ae16a374d 100644 (file)
@@ -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;