diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-28 14:21:58 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-28 14:21:58 +0200 |
commit | a3ff7eaf859cd6e91f68421b70c4a46d5a41ff2c (patch) | |
tree | e707e999f119f68297ad15072561b894dfd21ce2 /runtime/netstrm.h | |
parent | 10e06c833a55b972c0e4943eea3223f21ad73736 (diff) | |
download | rsyslog-a3ff7eaf859cd6e91f68421b70c4a46d5a41ff2c.tar.gz rsyslog-a3ff7eaf859cd6e91f68421b70c4a46d5a41ff2c.tar.xz rsyslog-a3ff7eaf859cd6e91f68421b70c4a46d5a41ff2c.zip |
added $ActionSendStreamDriverMode config directive
Diffstat (limited to 'runtime/netstrm.h')
-rw-r--r-- | runtime/netstrm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/netstrm.h b/runtime/netstrm.h index 160bbb0b..ddf15677 100644 --- a/runtime/netstrm.h +++ b/runtime/netstrm.h @@ -49,6 +49,7 @@ BEGINinterface(netstrm) /* name must also be changed in ENDinterface macro! */ rsRetVal (*Connect)(netstrm_t *pThis, int family, unsigned char *port, unsigned char *host); rsRetVal (*GetRemoteHName)(netstrm_t *pThis, uchar **pszName); rsRetVal (*GetRemoteIP)(netstrm_t *pThis, uchar **pszIP); + rsRetVal (*SetDrvrMode)(netstrm_t *pThis, int iMode); ENDinterface(netstrm) #define netstrmCURR_IF_VERSION 1 /* increment whenever you change the interface structure! */ |