summaryrefslogtreecommitdiffstats
path: root/syslogd-types.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-26 12:47:09 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-26 12:47:09 +0000
commit6e2c5057684a191c565220e6e41e561305b3a6ba (patch)
tree59ebc9ca6e9952db513c9f65bc39a2a4c5ff239e /syslogd-types.h
parent54669873b0469aa69a4c9f88bcf88470218082f8 (diff)
downloadrsyslog-6e2c5057684a191c565220e6e41e561305b3a6ba.tar.gz
rsyslog-6e2c5057684a191c565220e6e41e561305b3a6ba.tar.xz
rsyslog-6e2c5057684a191c565220e6e41e561305b3a6ba.zip
- changed doAction() interface to contain the full message string
- f_iov and its handling has been removed
Diffstat (limited to 'syslogd-types.h')
-rw-r--r--syslogd-types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/syslogd-types.h b/syslogd-types.h
index f986cb33..5e4d262a 100644
--- a/syslogd-types.h
+++ b/syslogd-types.h
@@ -159,11 +159,6 @@ struct filed {
int f_prevcount; /* repetition cnt of prevline */
int f_repeatcount; /* number of "repeated" msgs */
struct template *f_pTpl; /* pointer to template to use */
- struct iovec *f_iov; /* dyn allocated depinding on template */
- unsigned short *f_bMustBeFreed; /* indicator, if iov_base must be freed to destruct */
- int f_iIovUsed; /* nbr of elements used in IOV */
- char *f_psziov; /* iov as string */
- int f_iLenpsziov; /* length of iov as string */
struct msg* f_pMsg; /* pointer to the message (this will
* replace the other vars with msg
* content later). This is preserved after