aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/inotify.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/inotify.h')
-rw-r--r--include/uapi/linux/inotify.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/inotify.h b/include/uapi/linux/inotify.h
index 4800bf2a531d..884b4846b630 100644
--- a/include/uapi/linux/inotify.h
+++ b/include/uapi/linux/inotify.h
@@ -53,6 +53,7 @@ struct inotify_event {
53#define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */ 53#define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */
54#define IN_DONT_FOLLOW 0x02000000 /* don't follow a sym link */ 54#define IN_DONT_FOLLOW 0x02000000 /* don't follow a sym link */
55#define IN_EXCL_UNLINK 0x04000000 /* exclude events on unlinked objects */ 55#define IN_EXCL_UNLINK 0x04000000 /* exclude events on unlinked objects */
56#define IN_MASK_CREATE 0x10000000 /* only create watches */
56#define IN_MASK_ADD 0x20000000 /* add to the mask of an already existing watch */ 57#define IN_MASK_ADD 0x20000000 /* add to the mask of an already existing watch */
57#define IN_ISDIR 0x40000000 /* event occurred against dir */ 58#define IN_ISDIR 0x40000000 /* event occurred against dir */
58#define IN_ONESHOT 0x80000000 /* only send event once */ 59#define IN_ONESHOT 0x80000000 /* only send event once */