mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-11 05:14:46 -04:00
Merge remote-tracking branch 'origin/patches-2.0'
This commit is contained in:
commit
22d50db805
@ -333,7 +333,7 @@ int event_base_set(struct event_base *, struct event *);
|
|||||||
* have had their callbacks run. */
|
* have had their callbacks run. */
|
||||||
#define EVLOOP_ONCE 0x01
|
#define EVLOOP_ONCE 0x01
|
||||||
/** Do not block: see which events are ready now, run the callbacks
|
/** Do not block: see which events are ready now, run the callbacks
|
||||||
* highest-priority ones, then exit. */
|
* of the highest-priority ones, then exit. */
|
||||||
#define EVLOOP_NONBLOCK 0x02
|
#define EVLOOP_NONBLOCK 0x02
|
||||||
/*@}*/
|
/*@}*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user