summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/inode_inotify.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/fs/inode_inotify.go')
-rw-r--r--pkg/sentry/fs/inode_inotify.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/sentry/fs/inode_inotify.go b/pkg/sentry/fs/inode_inotify.go
index 358bbecdf..683140afe 100644
--- a/pkg/sentry/fs/inode_inotify.go
+++ b/pkg/sentry/fs/inode_inotify.go
@@ -20,6 +20,8 @@ import (
)
// Watches is the collection of inotify watches on an inode.
+//
+// +stateify savable
type Watches struct {
// mu protects the fields below.
mu sync.RWMutex `state:"nosave"`