From d194a6112299cfe045c34e5cdb6adbbb81418d09 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 10 Aug 2012 00:45:24 +0200 Subject: new watchhandler for watchlet/prov lifecycle mgmt --- sowatchd/daemon.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sowatchd/daemon.h') diff --git a/sowatchd/daemon.h b/sowatchd/daemon.h index d35b56b..e3f748b 100644 --- a/sowatchd/daemon.h +++ b/sowatchd/daemon.h @@ -7,6 +7,8 @@ #include +#include "watchhandler.h" + namespace sowatch { @@ -28,7 +30,7 @@ private: Registry* _registry; ConfigKey* _config; ConfigKey* _watches_list; - QMap _servers; + QMap _watches; QSignalMapper *_status_mapper; void startWatch(const QString& name); -- cgit v1.2.3