Index: trunk/include/sh_modules.h
===================================================================
--- trunk/include/sh_modules.h	(revision 256)
+++ trunk/include/sh_modules.h	(revision 259)
@@ -4,4 +4,10 @@
 
 #include "sh_pthread.h"
+
+enum
+  {
+    SH_MODFL_NOTIMER = (1 << 0)
+  };
+
 
 typedef struct rconf
@@ -18,4 +24,7 @@
   /* Set by samhain to 1 on successful initialization, else 0  */
   int    initval; 
+
+  /* Flags: SH_MOD_NOTIMER                                     */
+  int    flags; 
 
   /* The initialization function. Return 0 on success.         */
