ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/event.h
(Generate patch)

Comparing libev/event.h (file contents):
Revision 1.21 by root, Tue Mar 16 18:38:11 2010 UTC vs.
Revision 1.22 by root, Thu Oct 21 12:32:48 2010 UTC

44# include EV_H 44# include EV_H
45#else 45#else
46# include "ev.h" 46# include "ev.h"
47#endif 47#endif
48 48
49#ifndef EVLOOP_NONBLOCK
50# define EVLOOP_NONBLOCK EVRUN_NOWAIT
51#endif
52#ifndef EVLOOP_ONESHOT
53# define EVLOOP_ONESHOT EVRUN_ONCE
54#endif
49#ifndef EV_TIMEOUT 55#ifndef EV_TIMEOUT
50# define EV_TIMEOUT EV_TIMER 56# define EV_TIMEOUT EV_TIMER
51#endif 57#endif
52 58
53#ifdef __cplusplus 59#ifdef __cplusplus

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines