mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 04:50:37 -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. */
|
||||
#define EVLOOP_ONCE 0x01
|
||||
/** 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
|
||||
/*@}*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user