From 2c478454e9a3a21bdc62c7f46b02149795888437 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 3 Nov 2007 19:41:55 +0000 Subject: try to programmatically integrate libevent --- ev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ev.h') 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); \ -- cgit v1.2.3