Rework WIP.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
NADAL Jean-Baptiste
2020-02-17 14:12:15 +01:00
parent 8dc00f5fc6
commit cf9decf7b8
3 changed files with 203 additions and 9 deletions

View File

@@ -93,6 +93,7 @@ struct restd_server_s
qlist_t *hooks; /*!< list of registered hooks */
struct evconnlistener *listener; /*!< listener */
struct event_base *evbase; /*!< event base */
struct evhttp *evhttp;
struct bufferevent *notify_buffer; /*!< internal notification channel */