ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.c
(Generate patch)

Comparing libev/ev.c (file contents):
Revision 1.34 by root, Thu Nov 1 11:43:11 2007 UTC vs.
Revision 1.35 by root, Thu Nov 1 11:55:54 2007 UTC

489} 489}
490 490
491/*****************************************************************************/ 491/*****************************************************************************/
492 492
493void 493void
494ev_prefork (void) 494ev_fork_prepare (void)
495{ 495{
496 /* nop */ 496 /* nop */
497} 497}
498 498
499void 499void
500ev_postfork_parent (void) 500ev_fork_parent (void)
501{ 501{
502 /* nop */ 502 /* nop */
503} 503}
504 504
505void 505void
506ev_postfork_child (void) 506ev_fork_child (void)
507{ 507{
508#if EV_USE_EPOLL 508#if EV_USE_EPOLL
509 if (ev_method == EVMETHOD_EPOLL) 509 if (ev_method == EVMETHOD_EPOLL)
510 epoll_postfork_child (); 510 epoll_postfork_child ();
511#endif 511#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines