summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
authorroot <root>2007-11-03 19:41:55 +0000
committerroot <root>2007-11-03 19:41:55 +0000
commit2c478454e9a3a21bdc62c7f46b02149795888437 (patch)
tree38dd02f524e16080587ed2910bde70a808ff7bd2 /ev.h
parentb8c10cda08d48348f422bb3d31f019584cf252c9 (diff)
try to programmatically integrate libevent
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.h b/ev.h
index 1e88f02..bcb18e4 100644
--- a/ev.h
+++ b/ev.h
@@ -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); \