[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/17 22:07:49
Modified files:
dbd-config.h
Log message:
Description: Improving the db schema, adding servers information ,etc. Still not ready to be used yet. Some fixes to the windows application list by mdmonk.
Reviewed by: dcid
Bug:
Index: dbd-config.h
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/config/dbd-config.h,v
diff -u -r1.1 -r1.2
--- dbd-config.h 14 Aug 2007 20:03:17 -0000 1.1
+++ dbd-config.h 18 Aug 2007 01:07:49 -0000 1.2
@@ -18,6 +18,8 @@
/* Database config structure */
typedef struct _DBConfig
{
+ int server_id;
+
char *host;
char *user;
char *pass;
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.