Changeset 259 for trunk/include


Ignore:
Timestamp:
Dec 7, 2009, 8:44:43 PM (15 years ago)
Author:
katerina
Message:

Use inotify in utmp module (ticket #177).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_modules.h

    r253 r259  
    44
    55#include "sh_pthread.h"
     6
     7enum
     8  {
     9    SH_MODFL_NOTIMER = (1 << 0)
     10  };
     11
    612
    713typedef struct rconf
     
    1824  /* Set by samhain to 1 on successful initialization, else 0  */
    1925  int    initval;
     26
     27  /* Flags: SH_MOD_NOTIMER                                     */
     28  int    flags;
    2029
    2130  /* The initialization function. Return 0 on success.         */
Note: See TracChangeset for help on using the changeset viewer.