diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-02-02 15:30:14 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-02-02 15:30:14 +0100 |
commit | 46d7840b2500fd4cd3044ad06481f27ce97ee2ad (patch) | |
tree | 5a35e6e9d4399077951a2003e12fc412478d20f0 /action.h | |
parent | f826c284d2fc1b68ca85a237d5c6ac92a5233534 (diff) | |
parent | 6ce4a9d605e62b32ed62b5d6e498de5202565cee (diff) | |
download | rsyslog-46d7840b2500fd4cd3044ad06481f27ce97ee2ad.tar.gz rsyslog-46d7840b2500fd4cd3044ad06481f27ce97ee2ad.tar.bz2 rsyslog-46d7840b2500fd4cd3044ad06481f27ce97ee2ad.zip |
Merge branch 'lastmessage'
Conflicts:
ChangeLog
Diffstat (limited to 'action.h')
-rw-r--r-- | action.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -57,7 +57,8 @@ struct action_s { time_t tLastOccur; /* time last occurence was seen (for timing them out) */ struct modInfo_s *pMod;/* pointer to output module handling this selector */ void *pModData; /* pointer to module data - content is module-specific */ - int f_ReduceRepeated;/* reduce repeated lines 0 - no, 1 - yes */ + short bRepMsgHasMsg; /* "message repeated..." has msg fragment in it (0-no, 1-yes) */ + short f_ReduceRepeated;/* reduce repeated lines 0 - no, 1 - yes */ int f_prevcount; /* repetition cnt of prevline */ int f_repeatcount; /* number of "repeated" msgs */ int iNumTpls; /* number of array entries for template element below */ |