diff options
author | root <root> | 2010-10-21 12:32:47 +0000 |
---|---|---|
committer | root <root> | 2010-10-21 12:32:47 +0000 |
commit | 6f0d3cb475e52576be15d46194e09d01c54c7de4 (patch) | |
tree | 11882d1e81802b83f9f15af48a227ccc5dcd91dd /event.h | |
parent | 0aa781a3bca6d71933d42a757e501b376fa73c29 (diff) |
*** empty log message ***
Diffstat (limited to 'event.h')
-rw-r--r-- | event.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -46,6 +46,12 @@ # include "ev.h" #endif +#ifndef EVLOOP_NONBLOCK +# define EVLOOP_NONBLOCK EVRUN_NOWAIT +#endif +#ifndef EVLOOP_ONESHOT +# define EVLOOP_ONESHOT EVRUN_ONCE +#endif #ifndef EV_TIMEOUT # define EV_TIMEOUT EV_TIMER #endif |