summaryrefslogtreecommitdiffstats
path: root/sbin/devd/devd.hh
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/devd/devd.hh')
-rw-r--r--sbin/devd/devd.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/devd/devd.hh b/sbin/devd/devd.hh
index 15dba5d..4730267 100644
--- a/sbin/devd/devd.hh
+++ b/sbin/devd/devd.hh
@@ -133,6 +133,7 @@ public:
void add_detach(int, event_proc *);
void add_directory(const char *);
void add_nomatch(int, event_proc *);
+ void add_notify(int, event_proc *);
void set_pidfile(const char *);
void reset();
void parse();
@@ -158,6 +159,7 @@ private:
std::vector<event_proc *> _attach_list;
std::vector<event_proc *> _detach_list;
std::vector<event_proc *> _nomatch_list;
+ std::vector<event_proc *> _notify_list;
};
#endif /* DEVD_HH */
OpenPOWER on IntegriCloud