--- cvsroot/EV/EV.xs 2007/11/09 19:33:51 1.62 +++ cvsroot/EV/EV.xs 2007/11/10 03:19:21 1.63 @@ -103,7 +103,7 @@ w = (struct ev_watcher *)SvPVX (self); - ev_watcher_init (w, e_cb); + ev_init (w, e_cb); w->data = 0; w->fh = 0;