From 5729d3bccbc199121ad453715d49f417aa932b00 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 31 Oct 2007 21:34:45 +0000 Subject: doh, forgot destructors --- ev.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ev.c b/ev.c index 8a09326..888c779 100644 --- a/ev.c +++ b/ev.c @@ -742,11 +742,16 @@ evio_start (struct ev_io *w) ++fdchangecnt; array_needsize (fdchanges, fdchangemax, fdchangecnt, ); fdchanges [fdchangecnt - 1] = fd; + + if (w->fd == 9) + printf ("start %p:%x\n", w, w->events);//D } void evio_stop (struct ev_io *w) { + if (w->fd == 9) + printf ("stop %p:%x\n", w, w->events);//D ev_clear ((W)w); if (!ev_is_active (w)) return; -- cgit v1.2.3