summaryrefslogtreecommitdiffstats
path: root/syslogd-types.h
diff options
context:
space:
mode:
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 */