diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-08 08:45:24 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-08 08:45:24 +0000 |
commit | 6d4bd34517643505dab731fec16d3afeba2169ab (patch) | |
tree | 8815be565a7c07e9050d7a0de80282e884edcd18 /queue.h | |
parent | c44de2807a899521c8542321d91e3074f3c40086 (diff) | |
download | rsyslog-6d4bd34517643505dab731fec16d3afeba2169ab.tar.gz rsyslog-6d4bd34517643505dab731fec16d3afeba2169ab.tar.bz2 rsyslog-6d4bd34517643505dab731fec16d3afeba2169ab.zip |
implemented queue disk reader to switch to multiple files
Diffstat (limited to 'queue.h')
-rw-r--r-- | queue.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |