summaryrefslogtreecommitdiffstats
path: root/src/uscxml/server/HTTPServer.h
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-06-09 08:15:16 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-06-09 08:15:16 (GMT)
commit090016a3f5bcd66d6265fe1504430430f1dee7ed (patch)
tree10aa6e3b6e7d6ad5b3b1c5a8f856df44419c47a8 /src/uscxml/server/HTTPServer.h
parent259fc022866eb38e8246fac93a5cb8ae7541ba5a (diff)
downloaduscxml-090016a3f5bcd66d6265fe1504430430f1dee7ed.zip
uscxml-090016a3f5bcd66d6265fe1504430430f1dee7ed.tar.gz
uscxml-090016a3f5bcd66d6265fe1504430430f1dee7ed.tar.bz2
EVLOOP_NO_EXIT_ON_EMPTY workaround
Diffstat (limited to 'src/uscxml/server/HTTPServer.h')
-rw-r--r--src/uscxml/server/HTTPServer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/server/HTTPServer.h b/src/uscxml/server/HTTPServer.h
index 02a2a93..3d7f6b4 100644
--- a/src/uscxml/server/HTTPServer.h
+++ b/src/uscxml/server/HTTPServer.h
@@ -169,6 +169,7 @@ private:
struct event_base* _base;
struct evhttp* _http;
struct evws* _evws;
+ struct event* _dummyEvent;
struct evhttp_bound_socket* _httpHandle;
evutil_socket_t _wsHandle;