Added SILC Tls API for Thread-local storage. Added SilcTls
[silc.git] / CHANGES.RUNTIME
index 9d7a6ffc0b9ccae3bb3db62682fdc41af07c6dcd..119de24d2a52f5583cb084df051196f0f93b8b66 100644 (file)
@@ -1,3 +1,10 @@
+Sat Dec 15 19:59:53 EET 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added SILC Tls API for Thread-local storage in
+         lib/silcutil/silcthread.[ch].  Added all platform specific
+         implementations.  Added SilcTls structure to 
+         lib/silcutil/silcthread_i.h that is now in all threads' Tls.
+
 Thu Dec 13 17:37:21 EET 2007  Pekka Riikonen <priikone@silcnet.org>
 
        * Clear the locked flag before unlocking mutex, not after.