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

Comparing EV/EV.xs (file contents):
Revision 1.142 by root, Thu Oct 21 15:13:42 2010 UTC vs.
Revision 1.143 by root, Sat Oct 23 22:25:44 2010 UTC

1303 OUTPUT: 1303 OUTPUT:
1304 RETVAL 1304 RETVAL
1305 1305
1306void DESTROY (struct ev_loop *loop) 1306void DESTROY (struct ev_loop *loop)
1307 CODE: 1307 CODE:
1308 if (loop != evapi.default_loop) /* global destruction sucks */ 1308 /* 1. the default loop shouldn't be freed by destroying it'S pelr loop object */
1309 /* 2. not doing so helps avoid many global destruction bugs in perl, too */
1310 if (loop != evapi.default_loop)
1309 ev_loop_destroy (loop); 1311 ev_loop_destroy (loop);
1310 1312
1311void ev_loop_fork (struct ev_loop *loop) 1313void ev_loop_fork (struct ev_loop *loop)
1312 1314
1313NV ev_now (struct ev_loop *loop) 1315NV ev_now (struct ev_loop *loop)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines