[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-cvs] ossec-hids: dbd-config.h (HEAD) [dcid]
Module name: ossec-hids
Changes by: dcid 07/08/18 00:38:34
Modified files:
dbd-config.h
Log message:
Description: Database seems to be working good now...
Reviewed by: dcid
Bug:
Index: dbd-config.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/dbd-config.h,v
diff -u -r1.2 -r1.3
--- dbd-config.h 18 Aug 2007 01:07:49 -0000 1.2
+++ dbd-config.h 18 Aug 2007 03:38:34 -0000 1.3
@@ -18,7 +18,8 @@
/* Database config structure */
typedef struct _DBConfig
{
- int server_id;
+ unsigned int alert_id;
+ unsigned int server_id;
char *host;
char *user;
@@ -26,6 +27,7 @@
char *db;
void *conn;
+ void *location_hash;
char **includes;
}DBConfig;
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.