X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcthread_i.h;h=dfccc4f669faaf48e63902104a01dcae6dcbf3ee;hb=f2dd07bb06c199bc35b8a69c0828f88c8e028db6;hp=c67fce0824c8a128bd17244375afe7b05929364a;hpb=1f27d9647347b2da8797ccaaa76c04c51c41a6c4;p=runtime.git diff --git a/lib/silcutil/silcthread_i.h b/lib/silcutil/silcthread_i.h index c67fce08..dfccc4f6 100644 --- a/lib/silcutil/silcthread_i.h +++ b/lib/silcutil/silcthread_i.h @@ -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 */