summaryrefslogtreecommitdiffstats
path: root/syslogd-types.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-15 16:04:18 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-15 16:04:18 +0000
commit05448d89a3c7ee0a43ae5789e47c51524492009d (patch)
tree1621d9ca1a45c1916a1f9d1e48db51c0dc786e7f /syslogd-types.h
parentc31e6fbeffd36316760e8db19b37af3d135b17c2 (diff)
downloadrsyslog-05448d89a3c7ee0a43ae5789e47c51524492009d.tar.gz
rsyslog-05448d89a3c7ee0a43ae5789e47c51524492009d.tar.xz
rsyslog-05448d89a3c7ee0a43ae5789e47c51524492009d.zip
implemented $RepeatedLineReduction option
Diffstat (limited to 'syslogd-types.h')
-rw-r--r--syslogd-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/syslogd-types.h b/syslogd-types.h
index ae0f8a7e..2ae0964a 100644
--- a/syslogd-types.h
+++ b/syslogd-types.h
@@ -262,6 +262,7 @@ struct filed {
char *f_sizeLimitCmd; /* command to carry out when size limit is reached */
} f_file;
} f_un;
+ int f_ReduceRepeated; /* reduce repeated lines 0 - no, 1 - yes */
int f_prevcount; /* repetition cnt of prevline */
int f_repeatcount; /* number of "repeated" msgs */
int f_flags; /* store some additional flags */