diff options
Diffstat (limited to 'server/src/inotify.h')
-rw-r--r-- | server/src/inotify.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/inotify.h b/server/src/inotify.h index f6126ed..a2503b3 100644 --- a/server/src/inotify.h +++ b/server/src/inotify.h @@ -41,6 +41,7 @@ public: public: Event(std::string name, uint32_t mask); + bool isAttributeChangeEvent(); bool isOpenEvent(); bool isCloseEvent(); bool isModifyEvent(); |