diff options
author | root <root> | 2007-11-03 19:41:55 +0000 |
---|---|---|
committer | root <root> | 2007-11-03 19:41:55 +0000 |
commit | 2c478454e9a3a21bdc62c7f46b02149795888437 (patch) | |
tree | 38dd02f524e16080587ed2910bde70a808ff7bd2 /ev.h | |
parent | b8c10cda08d48348f422bb3d31f019584cf252c9 (diff) |
try to programmatically integrate libevent
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ typedef double ev_tstamp; #define EV_WATCHER_LIST(type) \ EV_WATCHER (type); \ - struct type *next /* private */ + struct ev_watcher_list *next /* private */ #define EV_WATCHER_TIME(type) \ EV_WATCHER (type); \ |