summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index a80ae8dd4..02cab5e11 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -38,6 +38,7 @@ extern const int proc_len;
class select_record;
class fhandler_disk_file;
+class inode_t;
typedef struct __DIR DIR;
struct dirent;
struct iovec;
@@ -136,6 +137,8 @@ class fhandler_base
size_t raixput;
size_t rabuflen;
+ inode_t *node; /* Used for advisory file locking. See flock.cc. */
+
DWORD fs_flags;
HANDLE read_state;
int wait_overlapped (bool&, bool, DWORD *) __attribute__ ((regparm (3)));