Changeset 259 for trunk/include
- Timestamp:
- Dec 7, 2009, 8:44:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_modules.h
r253 r259 4 4 5 5 #include "sh_pthread.h" 6 7 enum 8 { 9 SH_MODFL_NOTIMER = (1 << 0) 10 }; 11 6 12 7 13 typedef struct rconf … … 18 24 /* Set by samhain to 1 on successful initialization, else 0 */ 19 25 int initval; 26 27 /* Flags: SH_MOD_NOTIMER */ 28 int flags; 20 29 21 30 /* The initialization function. Return 0 on success. */
Note:
See TracChangeset
for help on using the changeset viewer.