summaryrefslogtreecommitdiffstats
path: root/syslogd-types.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-24 14:53:23 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-24 14:53:23 +0000
commit6d231d5f159703bb13a2505e6de6c820a3ca05bc (patch)
treef3f1782ea0e1c85d7209b81234c40211b0053fc6 /syslogd-types.h
parent5cbb54ed6ad1934875b080286b9933400c817e85 (diff)
downloadrsyslog-6d231d5f159703bb13a2505e6de6c820a3ca05bc.tar.gz
rsyslog-6d231d5f159703bb13a2505e6de6c820a3ca05bc.tar.xz
rsyslog-6d231d5f159703bb13a2505e6de6c820a3ca05bc.zip
removed F_UNUSED and cleaned up action-disabling handling
Diffstat (limited to 'syslogd-types.h')
-rw-r--r--syslogd-types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/syslogd-types.h b/syslogd-types.h
index 2865b81d..a9a045a1 100644
--- a/syslogd-types.h
+++ b/syslogd-types.h
@@ -115,7 +115,7 @@ struct syslogTime {
/* values for f_type in struct filed below*/
-#define F_UNUSED 0 /* unused entry */
+/* gone away #define F_UNUSED 0 */ /* unused entry */
#define F_FILE 1 /* regular file */
#define F_TTY 2 /* terminal */
#define F_CONSOLE 3 /* console terminal */
@@ -145,6 +145,7 @@ struct filed {
struct filed *f_next; /* next in linked list */
/*__attribute__((deprecated))*/ short f_type; /* entry type, see below */
short f_file; /* file descriptor */
+ short bEnabled; /* is the related action enabled (1) or disabled (0)? */
time_t f_time; /* time this was last written */
/* filter properties */
enum {