summaryrefslogtreecommitdiff
path: root/server/src/inotify.h
diff options
context:
space:
mode:
authordeva <deva>2010-01-15 10:43:59 +0000
committerdeva <deva>2010-01-15 10:43:59 +0000
commite1d4c1224c0e1abce1d8cae49e241b37f1ca3eed (patch)
tree1e6c5fc292b58f640d20bdcd7106158dea5d9a3c /server/src/inotify.h
parentc9e19f0f303db3d15f2dcb1185417a4200a29573 (diff)
Add fix to entitylist, for mixing updates on dir rename/moves. Updated MacroList and TemplateList to macth new interface and use new insert method.
Diffstat (limited to 'server/src/inotify.h')
-rw-r--r--server/src/inotify.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/src/inotify.h b/server/src/inotify.h
index cbf75b2..d63e384 100644
--- a/server/src/inotify.h
+++ b/server/src/inotify.h
@@ -69,6 +69,7 @@ public:
std::string name();
std::string file();
uint32_t mask();
+ std::string maskstr();
private:
std::string _name;
@@ -97,6 +98,8 @@ public:
bool hasEvents();
Event getNextEvent();
+ void clear();
+
private:
class Watch {
public: