diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-11-21 10:09:02 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-11-21 10:09:02 +0000 |
commit | 214c7bd7f8552f0a07a15373b4a222da6e9e6ba6 (patch) | |
tree | c27d4e7d17f3b85f3a75c4a4b1e1df7fd523a00b /action.h | |
parent | 96b390934051e8b0de71ccf71538e8ae3319f00d (diff) | |
download | rsyslog-214c7bd7f8552f0a07a15373b4a222da6e9e6ba6.tar.gz rsyslog-214c7bd7f8552f0a07a15373b4a222da6e9e6ba6.tar.xz rsyslog-214c7bd7f8552f0a07a15373b4a222da6e9e6ba6.zip |
added new modExit() entry point to loadable module interface
Diffstat (limited to 'action.h')
-rw-r--r-- | action.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ struct action_s { int iResumeInterval;/* resume interval for this action */ int iNbrResRtry; /* number of retries since last suspend */ struct moduleInfo *pMod;/* pointer to output module handling this selector */ - void *pModData; /* pointer to module data - contents is module-specific */ + void *pModData; /* pointer to module data - content is module-specific */ int f_ReduceRepeated;/* reduce repeated lines 0 - no, 1 - yes */ int f_prevcount; /* repetition cnt of prevline */ int f_repeatcount; /* number of "repeated" msgs */ |