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

Comparing libev/ev.c (file contents):
Revision 1.10 by root, Wed Oct 31 07:36:03 2007 UTC vs.
Revision 1.11 by root, Wed Oct 31 07:40:49 2007 UTC

336 336
337/*****************************************************************************/ 337/*****************************************************************************/
338 338
339void ev_prefork (void) 339void ev_prefork (void)
340{ 340{
341 /* nop */
341} 342}
342 343
343void ev_postfork_parent (void) 344void ev_postfork_parent (void)
344{ 345{
346 /* nop */
345} 347}
346 348
347void ev_postfork_child (void) 349void ev_postfork_child (void)
348{ 350{
349#if HAVE_EPOLL 351#if HAVE_EPOLL
573{ 575{
574 if (w->pending) 576 if (w->pending)
575 pendings [w->pending - 1].w = 0; 577 pendings [w->pending - 1].w = 0;
576 578
577 w->active = 0; 579 w->active = 0;
578 /* nop */
579} 580}
580 581
581/*****************************************************************************/ 582/*****************************************************************************/
582 583
583void 584void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines