From 86268d1df54914313a1d89993dafbaf2172b37b8 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Mon, 7 Apr 2008 23:59:30 +0000 Subject: This patch suppress a now unused option. Each database module have now to be used with a defined IP storage type. Signed-off-by: Eric Leblond --- include/ulogd/db.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'include') diff --git a/include/ulogd/db.h b/include/ulogd/db.h index 62819f2..b0b7295 100644 --- a/include/ulogd/db.h +++ b/include/ulogd/db.h @@ -36,10 +36,6 @@ struct db_instance { .type = CONFIG_TYPE_INT, \ .u.value = RECONNECT_DEFAULT, \ }, \ - { \ - .key = "ip_as_string", \ - .type = CONFIG_TYPE_INT, \ - }, \ { \ .key = "connect_timeout", \ .type = CONFIG_TYPE_INT, \ @@ -50,12 +46,11 @@ struct db_instance { .options = CONFIG_OPT_MANDATORY, \ } -#define DB_CE_NUM 5 +#define DB_CE_NUM 4 #define table_ce(x) (x->ces[0]) #define reconnect_ce(x) (x->ces[1]) -#define asstring_ce(x) (x->ces[2]) -#define timeout_ce(x) (x->ces[3]) -#define procedure_ce(x) (x->ces[4]) +#define timeout_ce(x) (x->ces[2]) +#define procedure_ce(x) (x->ces[3]) void ulogd_db_signal(struct ulogd_pluginstance *upi, int signal); int ulogd_db_start(struct ulogd_pluginstance *upi); -- cgit v1.2.3