summaryrefslogtreecommitdiff
path: root/inotify/bits.go
diff options
context:
space:
mode:
Diffstat (limited to 'inotify/bits.go')
-rw-r--r--inotify/bits.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/inotify/bits.go b/inotify/bits.go
index 2c65736..eb0270f 100644
--- a/inotify/bits.go
+++ b/inotify/bits.go
@@ -11,6 +11,7 @@ type Fd int
type Wd int
type Mask uint32
+
const (
// Supported events suitable for the `mask` parameter of Inotify.AddWatch().
IN_ACCESS Mask = (1<< 0) // File was accessed.