X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcthread_i.h;h=d0d2fd737f2dd66a775e086f9ad0a41116c2fb65;hb=7188be3355995301fdfbd5257462c13520f5a19b;hp=dfccc4f669faaf48e63902104a01dcae6dcbf3ee;hpb=9332a955b1c06b31268b6359b3c78f8e85daee04;p=runtime.git diff --git a/lib/silcutil/silcthread_i.h b/lib/silcutil/silcthread_i.h index dfccc4f6..d0d2fd73 100644 --- a/lib/silcutil/silcthread_i.h +++ b/lib/silcutil/silcthread_i.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2007 Pekka Riikonen + Copyright (C) 2007 - 2008 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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 { + SilcStack stack; /* Global stack */ SilcSchedule schedule; /* Global scheduler */ void *thread_context; /* Context set with SILC Tls API */ void *platform_context; /* Platform specific context */