Added SILC errno API. Added SilcResult, generic error code and
[silc.git] / lib / silcutil / silcthread_i.h
index 0038a616d862475504b005b4b0520c83db81ba3a..c67fce0824c8a128bd17244375afe7b05929364a 100644 (file)
    with silc_calloc and freeable with silc_free, and must also be able to
    pre-allocate from stack. */
 typedef struct SilcTlsObject {
-  void *thread_context;                       /* Context set with SILC Tls API */
-  void *platform_context;             /* Platform specific context */
+  void *thread_context;                            /* Context set with SILC Tls API */
+  void *platform_context;                  /* Platform specific context */
+  char error_reason[256];                  /* Reason for the error */
+  SilcResult error;                        /* Errno, last error */
 } *SilcTls, SilcTlsStruct;
 
 /* The internal Tls API.  Implementation is platform specific. */