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

Comparing EV/EV.xs (file contents):
Revision 1.32 by root, Thu Nov 1 11:11:39 2007 UTC vs.
Revision 1.33 by root, Thu Nov 1 11:55:54 2007 UTC

291 evapi.child_stop = ev_child_stop; 291 evapi.child_stop = ev_child_stop;
292 292
293 sv_setiv (sv, (IV)&evapi); 293 sv_setiv (sv, (IV)&evapi);
294 SvREADONLY_on (sv); 294 SvREADONLY_on (sv);
295 } 295 }
296
297 pthread_atfork (ev_fork_prepare, ev_fork_parent, ev_fork_child);
296} 298}
297 299
298NV ev_now () 300NV ev_now ()
299 CODE: 301 CODE:
300 RETVAL = ev_now; 302 RETVAL = ev_now;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines