summaryrefslogtreecommitdiffstats
path: root/syslogd-types.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-27 07:10:28 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-27 07:10:28 +0000
commitba3529403c6be671284de62f406fee132f71296f (patch)
tree11cf878e4912b31bddc1c9ba254fa9c21aef6e16 /syslogd-types.h
parent3e6cb38f8a75e2573498d4f94d0dad70979cada3 (diff)
downloadrsyslog-ba3529403c6be671284de62f406fee132f71296f.tar.gz
rsyslog-ba3529403c6be671284de62f406fee132f71296f.tar.xz
rsyslog-ba3529403c6be671284de62f406fee132f71296f.zip
undone last change - was not a good idea. Designed a smarter interface.
Diffstat (limited to 'syslogd-types.h')
-rw-r--r--syslogd-types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/syslogd-types.h b/syslogd-types.h
index 95c2b20f..5e4d262a 100644
--- a/syslogd-types.h
+++ b/syslogd-types.h
@@ -127,7 +127,6 @@ struct syslogTime {
* be guarded by mutexes. But beware of deadlocks...
*/
struct filed {
- int iID; /* ID of this entry - a "selector handle" */
struct filed *f_next; /* next in linked list */
short bEnabled; /* is the related action enabled (1) or disabled (0)? */
time_t f_time; /* time this was last written */