From daf6897fe24e62ae8cf8e42b151ed565563332fe Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Fri, 8 Aug 2014 13:34:23 -0700 Subject: Finalizing cares integration. --- includes/HttpServer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/HttpServer.h') diff --git a/includes/HttpServer.h b/includes/HttpServer.h index 683390c..ac219e1 100644 --- a/includes/HttpServer.h +++ b/includes/HttpServer.h @@ -79,6 +79,7 @@ class HttpServer { }; ActionFound findAction(const char * uri, const char * host); String getServerName() { return "Balau/1.0"; } + bool started(); private: bool m_started; void * m_listenerPtr; @@ -87,6 +88,7 @@ class HttpServer { typedef std::list ActionList; ActionList m_actions; RWLock m_actionsLock; + Events::TaskEvent m_listenerEvent; friend class HttpWorker; -- cgit v1.2.3