--- cvsroot/EV/EV.xs 2007/11/12 05:53:55 1.65 +++ cvsroot/EV/EV.xs 2007/11/12 08:00:03 1.66 @@ -323,14 +323,14 @@ const_iv (EV, LOOP_ONESHOT) const_iv (EV, LOOP_NONBLOCK) - 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_NOENV) + 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 +393,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)