diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-31 13:02:23 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-31 13:02:23 +0000 |
commit | 48fd0e472a75a32e70fa1938c2279cf730282370 (patch) | |
tree | d009cb0f3e3b1c3d733b1d816b1413af3cb356c2 /omfwd.c | |
parent | 19e94f195997a4907f96b5d53e88c2f5c44b08e0 (diff) | |
download | rsyslog-48fd0e472a75a32e70fa1938c2279cf730282370.tar.gz rsyslog-48fd0e472a75a32e70fa1938c2279cf730282370.tar.bz2 rsyslog-48fd0e472a75a32e70fa1938c2279cf730282370.zip |
- changed modInit() interface to contain pointer to host-function query
method
Diffstat (limited to 'omfwd.c')
-rw-r--r-- | omfwd.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |