Added silc_schedule_[set|get]_global. Added many APIs to call
[crypto.git] / lib / silcutil / silcthread_i.h
index c67fce0824c8a128bd17244375afe7b05929364a..dfccc4f669faaf48e63902104a01dcae6dcbf3ee 100644 (file)
@@ -29,6 +29,7 @@
    with silc_calloc and freeable with silc_free, and must also be able to
    pre-allocate from stack. */
 typedef struct SilcTlsObject {
+  SilcSchedule schedule;                   /* Global scheduler */
   void *thread_context;                            /* Context set with SILC Tls API */
   void *platform_context;                  /* Platform specific context */
   char error_reason[256];                  /* Reason for the error */