*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2010-12-05 10:12:24 +00:00
parent 2f159e6298
commit a22969ea6b
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,9 @@ Revision history for libev, a high-performance and full-featured event loop.
TODO: move some other examples to common idioms? combining watchers,
thread usage, coroutine switch?
- define EV_READ/EV_WRITE as macros in event.h, as some programs use
#ifdef to test for them.
4.01 Fri Nov 5 21:51:29 CET 2010
- automake fucked it up, apparently, --add-missing -f is not quite enough
to make it update its files, so 4.00 didn't install ev++.h and

View File

@ -95,6 +95,8 @@ struct event
short ev_events;
};
#define EV_READ EV_READ
#define EV_WRITE EV_WRITE
#define EV_PERSIST 0x10
#define EVENT_SIGNAL(ev) ((int) (ev)->ev_fd)