summaryrefslogtreecommitdiffstats
path: root/queue.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-08 08:45:24 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-08 08:45:24 +0000
commit6d4bd34517643505dab731fec16d3afeba2169ab (patch)
tree8815be565a7c07e9050d7a0de80282e884edcd18 /queue.h
parentc44de2807a899521c8542321d91e3074f3c40086 (diff)
downloadrsyslog-6d4bd34517643505dab731fec16d3afeba2169ab.tar.gz
rsyslog-6d4bd34517643505dab731fec16d3afeba2169ab.tar.xz
rsyslog-6d4bd34517643505dab731fec16d3afeba2169ab.zip
implemented queue disk reader to switch to multiple files
Diffstat (limited to 'queue.h')
-rw-r--r--queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/queue.h b/queue.h
index 80b835ab..f7be9215 100644
--- a/queue.h
+++ b/queue.h
@@ -33,6 +33,7 @@
*/
typedef struct {
int fd; /* the file descriptor, -1 if closed */
+ uchar *pszFileName; /* name of current file (if open) */
int iCurrFileNum;/* current file number (NOT descriptor, but the number in the file name!) */
int iCurrOffs; /* current offset */
uchar *pIOBuf; /* io Buffer */