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

Comparing EV/EV.xs (file contents):
Revision 1.133 by root, Sun Aug 9 13:30:41 2009 UTC vs.
Revision 1.134 by root, Fri Sep 18 21:28:33 2009 UTC

386 const_iv (EV, BACKEND_POLL) 386 const_iv (EV, BACKEND_POLL)
387 const_iv (EV, BACKEND_EPOLL) 387 const_iv (EV, BACKEND_EPOLL)
388 const_iv (EV, BACKEND_KQUEUE) 388 const_iv (EV, BACKEND_KQUEUE)
389 const_iv (EV, BACKEND_DEVPOLL) 389 const_iv (EV, BACKEND_DEVPOLL)
390 const_iv (EV, BACKEND_PORT) 390 const_iv (EV, BACKEND_PORT)
391 const_iv (EV, BACKEND_ALL)
391 const_iv (EV, FLAG_AUTO) 392 const_iv (EV, FLAG_AUTO)
393 const_iv (EV, FLAG_FORKCHECK)
392 const_iv (EV, FLAG_NOENV) 394 const_iv (EV, FLAG_NOENV)
393 const_iv (EV, FLAG_FORKCHECK) 395 const_iv (EV, FLAG_NOSIGFD)
396 const_iv (EV, FLAG_NOINOTIFY)
394 397
395 const_iv (EV_, VERSION_MAJOR) 398 const_iv (EV_, VERSION_MAJOR)
396 const_iv (EV_, VERSION_MINOR) 399 const_iv (EV_, VERSION_MINOR)
397 }; 400 };
398 401

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines