ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/EV.xs
(Generate patch)

Comparing EV/EV.xs (file contents):
Revision 1.64 by root, Mon Nov 12 00:31:08 2007 UTC vs.
Revision 1.67 by root, Mon Nov 12 21:51:14 2007 UTC

320 const_iv (EV_, CHECK) 320 const_iv (EV_, CHECK)
321 const_iv (EV_, ERROR) 321 const_iv (EV_, ERROR)
322 322
323 const_iv (EV, LOOP_ONESHOT) 323 const_iv (EV, LOOP_ONESHOT)
324 const_iv (EV, LOOP_NONBLOCK) 324 const_iv (EV, LOOP_NONBLOCK)
325 const_iv (EV, UNLOOP_ONE)
326 const_iv (EV, UNLOOP_ALL)
325 327
326 const_iv (EV, METHOD_AUTO)
327 const_iv (EV, METHOD_SELECT) 328 const_iv (EV, METHOD_SELECT)
328 const_iv (EV, METHOD_POLL) 329 const_iv (EV, METHOD_POLL)
329 const_iv (EV, METHOD_EPOLL) 330 const_iv (EV, METHOD_EPOLL)
330 const_iv (EV, METHOD_KQUEUE) 331 const_iv (EV, METHOD_KQUEUE)
331 const_iv (EV, METHOD_DEVPOLL) 332 const_iv (EV, METHOD_DEVPOLL)
332 const_iv (EV, METHOD_PORT) 333 const_iv (EV, METHOD_PORT)
333 const_iv (EV, METHOD_ANY) 334 const_iv (EV, FLAG_AUTO)
335 const_iv (EV, FLAG_NOENV)
334 }; 336 };
335 337
336 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 338 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; )
337 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 339 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));
338 340
391 393
392int ev_method () 394int ev_method ()
393 395
394NV ev_time () 396NV ev_time ()
395 397
396int ev_default_loop (int methods = EVMETHOD_AUTO) 398int ev_default_loop (int methods = EVFLAG_AUTO)
397 399
398void ev_loop (int flags = 0) 400void ev_loop (int flags = 0)
399 401
400void ev_unloop (int how = 1) 402void ev_unloop (int how = 1)
401 403

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines