summaryrefslogtreecommitdiffstats
path: root/queue.h
diff options
context:
space:
mode:
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 */