X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fconfig%2Freports-config.h;fp=src%2Fconfig%2Freports-config.h;h=5ec1bd210ccbc4261a35e7d92351fe98ed33cbe8;hp=26a023c7ca63cb3b15bea753f78e98be1cfa1e95;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/src/config/reports-config.h b/src/config/reports-config.h old mode 100755 new mode 100644 index 26a023c..5ec1bd2 --- a/src/config/reports-config.h +++ b/src/config/reports-config.h @@ -1,6 +1,3 @@ -/* @(#) $Id: ./src/config/reports-config.h, 2011/09/08 dcid Exp $ - */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * @@ -10,31 +7,28 @@ * Foundation */ - #ifndef _REPORTSCONFIG_H #define _REPORTSCONFIG_H #include "report_op.h" - -/* Structure for the report. */ -typedef struct _report_config -{ +/* Structure for the report */ +typedef struct _report_config { char *title; char *args; char *relations; char *type; char **emailto; report_filter r_filter; -}report_config; +} report_config; -typedef struct _monitor_config -{ - short int day_wait; +typedef struct _monitor_config { + unsigned short int day_wait; short int compress; short int sign; short int monitor_agents; int a_queue; + int notify_time; char *smtpserver; char *emailfrom; @@ -42,8 +36,6 @@ typedef struct _monitor_config char **agents; report_config **reports; -}monitor_config; - - +} monitor_config; -#endif +#endif /* _REPORTSCONFIG_H */