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 /omusrmsg.c | |
parent | 19e94f195997a4907f96b5d53e88c2f5c44b08e0 (diff) | |
download | rsyslog-48fd0e472a75a32e70fa1938c2279cf730282370.tar.gz rsyslog-48fd0e472a75a32e70fa1938c2279cf730282370.tar.xz rsyslog-48fd0e472a75a32e70fa1938c2279cf730282370.zip |
- changed modInit() interface to contain pointer to host-function query
method
Diffstat (limited to 'omusrmsg.c')
-rw-r--r-- | omusrmsg.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,6 +57,8 @@ /* internal structures */ +DEF_OMOD_STATIC_DATA + typedef struct _instanceData { int bIsWall; /* 1- is wall, 0 - individual users */ char uname[MAXUNAMES][UNAMESZ+1]; @@ -319,6 +321,7 @@ ENDqueryEtryPt BEGINmodInit(UsrMsg) CODESTARTmodInit *ipIFVersProvided = 1; /* so far, we only support the initial definition */ +CODEmodInit_QueryRegCFSLineHdlr ENDmodInit /* |