--- cvsroot/EV/EV.xs 2007/11/12 00:31:08 1.64 +++ cvsroot/EV/EV.xs 2007/11/12 21:51:14 1.67 @@ -322,15 +322,17 @@ const_iv (EV, LOOP_ONESHOT) const_iv (EV, LOOP_NONBLOCK) + const_iv (EV, UNLOOP_ONE) + const_iv (EV, UNLOOP_ALL) - const_iv (EV, METHOD_AUTO) const_iv (EV, METHOD_SELECT) const_iv (EV, METHOD_POLL) const_iv (EV, METHOD_EPOLL) const_iv (EV, METHOD_KQUEUE) const_iv (EV, METHOD_DEVPOLL) const_iv (EV, METHOD_PORT) - const_iv (EV, METHOD_ANY) + const_iv (EV, FLAG_AUTO) + const_iv (EV, FLAG_NOENV) }; for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) @@ -393,7 +395,7 @@ NV ev_time () -int ev_default_loop (int methods = EVMETHOD_AUTO) +int ev_default_loop (int methods = EVFLAG_AUTO) void ev_loop (int flags = 0)