summaryrefslogtreecommitdiffstats
path: root/sys/sys/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/file.h')
-rw-r--r--sys/sys/file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/file.h b/sys/sys/file.h
index 7b373f0..b4c1ad4 100644
--- a/sys/sys/file.h
+++ b/sys/sys/file.h
@@ -169,6 +169,8 @@ struct file {
union {
struct cdev_privdata *fvn_cdevpriv;
/* (d) Private data for the cdev. */
+ void *fvn_epollpriv;
+ /* (d) Private data for the epoll. */
struct fadvise_info *fvn_advice;
} f_vnun;
/*
OpenPOWER on IntegriCloud