aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unix.h')
-rw-r--r--src/os_unix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os_unix.h b/src/os_unix.h
index ae16a9ac6..9e11e4c92 100644
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -65,6 +65,7 @@ struct OsFile {
struct openCnt *pOpen; /* Info about all open fd's on this inode */
struct lockInfo *pLock; /* Info about locks on this inode */
int h; /* The file descriptor */
+ const char *zFilename; /* Name passed to open() */
unsigned char locktype; /* The type of lock held on this fd */
unsigned char isOpen; /* True if needs to be closed */
int dirfd; /* File descriptor for the directory */