diff options
Diffstat (limited to 'sources/rest.c')
-rw-r--r-- | sources/rest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/rest.c b/sources/rest.c index e9ee00f..35f3e03 100644 --- a/sources/rest.c +++ b/sources/rest.c @@ -22,6 +22,8 @@ #include <jansson.h> #include <time.h> +struct ev_loop *og_loop; + static TRAMA *og_msg_alloc(char *data, unsigned int len) { TRAMA *ptrTrama; |