X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;f=src%2Fconfig%2Flocalfile-config.h;h=7ceca7fd73d8a0dcc70367cf57f0f00305e52973;hb=e81e4e82e5115bf99b6fbd9ebd486de325d67ed6;hp=ee9c38dcc0c955e1598c0eb7ede9883ac3ca21d8;hpb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;p=ossec-hids.git diff --git a/src/config/localfile-config.h b/src/config/localfile-config.h index ee9c38d..7ceca7f 100755 --- a/src/config/localfile-config.h +++ b/src/config/localfile-config.h @@ -15,7 +15,8 @@ #define __CLOGREADER_H -#define EVENTLOG "eventlog" +#define EVENTLOG "eventlog" +#define EVENTCHANNEL "eventchannel" #define VCHECK_FILES 64 #define DATE_MODIFIED 1 @@ -48,6 +49,8 @@ typedef struct _logreader char *djb_program_name; char *command; char *alias; + char future; + char *query; void (*read)(int i, int *rc, int drop_it);