From 6e2c5057684a191c565220e6e41e561305b3a6ba Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 26 Jul 2007 12:47:09 +0000 Subject: - changed doAction() interface to contain the full message string - f_iov and its handling has been removed --- syslogd-types.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'syslogd-types.h') 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 -- cgit