From 7188be3355995301fdfbd5257462c13520f5a19b Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 2 Jan 2008 20:38:17 +0000 Subject: [PATCH] Added global stack to Tls context. --- lib/silcutil/silcthread_i.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.24.0