SILC_FSM_* state macros doesn't return anymore. They must be
[silc.git] / lib / silcutil / silcfsm_i.h
index 9b2e5a9ebf5e7b66240190d82d55fa036e5d3640..7c7e278b6418cff6f7d9e6e7ea721e6bcd84dbad 100644 (file)
@@ -57,7 +57,7 @@ struct SilcFSMObject {
   union {
     /* Machine */
     struct {
-      SilcUInt32 threads;              /* Number of threads */
+      SilcAtomic32 threads;            /* Number of threads */
       SilcMutex lock;                  /* Lock, valid if using real threads */
     } m;