From 48fd0e472a75a32e70fa1938c2279cf730282370 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 31 Jul 2007 13:02:23 +0000 Subject: - changed modInit() interface to contain pointer to host-function query method --- omfwd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'omfwd.c') diff --git a/omfwd.c b/omfwd.c index d52fcf3d..0a7fa0c8 100644 --- a/omfwd.c +++ b/omfwd.c @@ -71,6 +71,8 @@ static const char *sys_h_errlist[] = { /* internal structures */ +DEF_OMOD_STATIC_DATA + typedef struct _instanceData { char f_hname[MAXHOSTNAMELEN+1]; short sock; /* file descriptor */ @@ -922,6 +924,7 @@ ENDqueryEtryPt BEGINmodInit(Fwd) CODESTARTmodInit *ipIFVersProvided = 1; /* so far, we only support the initial definition */ +CODEmodInit_QueryRegCFSLineHdlr ENDmodInit #endif /* #ifdef SYSLOG_INET */ -- cgit