summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-17 14:33:43 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-17 14:33:43 +0200
commit92303d400ba83eaf150054d2cf5ce4906578bed0 (patch)
tree56f8baadfec029e5815bcb097115a0eca40f1720 /runtime/rsyslog.h
parentad6b933faf5dfa8f5502969e63eccc86d2af6662 (diff)
downloadrsyslog-92303d400ba83eaf150054d2cf5ce4906578bed0.tar.gz
rsyslog-92303d400ba83eaf150054d2cf5ce4906578bed0.tar.xz
rsyslog-92303d400ba83eaf150054d2cf5ce4906578bed0.zip
added new "netstrm" class (not yet implemented)
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 868bb564..3a81d67b 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -61,8 +61,9 @@
/* define some base data types */
typedef unsigned char uchar;/* get rid of the unhandy "unsigned char" */
typedef struct thrdInfo thrdInfo_t;
-typedef struct filed selector_t; /* TODO: this so far resides in syslogd.c, think about modularization */
+typedef struct filed selector_t;/* TODO: this so far resides in syslogd.c, think about modularization */
typedef struct NetAddr netAddr_t;
+typedef struct netstrm_s netstrm_t;
typedef struct msg msg_t;
typedef struct interface_s interface_t;
typedef struct objInfo_s objInfo_t;