summaryrefslogtreecommitdiffstats
path: root/omshell.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-31 13:02:23 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-31 13:02:23 +0000
commit48fd0e472a75a32e70fa1938c2279cf730282370 (patch)
treed009cb0f3e3b1c3d733b1d816b1413af3cb356c2 /omshell.c
parent19e94f195997a4907f96b5d53e88c2f5c44b08e0 (diff)
downloadrsyslog-48fd0e472a75a32e70fa1938c2279cf730282370.tar.gz
rsyslog-48fd0e472a75a32e70fa1938c2279cf730282370.tar.xz
rsyslog-48fd0e472a75a32e70fa1938c2279cf730282370.zip
- changed modInit() interface to contain pointer to host-function query
method
Diffstat (limited to 'omshell.c')
-rw-r--r--omshell.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/omshell.c b/omshell.c
index 7aa66331..961078d4 100644
--- a/omshell.c
+++ b/omshell.c
@@ -45,6 +45,8 @@
/* internal structures
*/
+DEF_OMOD_STATIC_DATA
+
typedef struct _instanceData {
uchar progName[MAXFNAME]; /* program to execute */
} instanceData;
@@ -136,6 +138,7 @@ ENDqueryEtryPt
BEGINmodInit(Shell)
CODESTARTmodInit
*ipIFVersProvided = 1; /* so far, we only support the initial definition */
+CODEmodInit_QueryRegCFSLineHdlr
ENDmodInit
/*