diff options
author | root <root> | 2007-11-04 18:15:16 +0000 |
---|---|---|
committer | root <root> | 2007-11-04 18:15:16 +0000 |
commit | f4f2094b6a36eac7778c5091ee4160a2f403e808 (patch) | |
tree | 9ae36e29f57376f52564c5650904a85867e80a7f /event.c | |
parent | 09afb91b133ca557fff35e047127e8c883141c30 (diff) |
*** empty log message ***
Diffstat (limited to 'event.c')
-rw-r--r-- | event.c | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -34,9 +34,8 @@ #include <sys/time.h> #include <assert.h> -#ifndef EV_EMBED -# include "event.h" -#endif +#include "ev.h" +#include "event.h" #if EV_MULTIPLICITY # define dLOOPev struct ev_loop *loop = (struct ev_loop *)ev->ev_base @@ -112,7 +111,7 @@ int event_dispatch (void) return event_base_dispatch (x_cur); } -#ifdef EV_EMBED +#ifdef EV_STANDALONE void event_set_log_callback (event_log_cb cb) { /* nop */ |