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

Comparing EV/EV.xs (file contents):
Revision 1.155 by root, Sun Feb 20 02:56:23 2011 UTC vs.
Revision 1.156 by root, Fri Jun 10 12:30:25 2011 UTC

130///////////////////////////////////////////////////////////////////////////// 130/////////////////////////////////////////////////////////////////////////////
131// Event 131// Event
132 132
133static void e_cb (EV_P_ ev_watcher *w, int revents); 133static void e_cb (EV_P_ ev_watcher *w, int revents);
134 134
135void * 135static void *
136e_new (int size, SV *cb_sv, SV *loop) 136e_new (int size, SV *cb_sv, SV *loop)
137{ 137{
138 SV *cv = cb_sv ? s_get_cv_croak (cb_sv) : 0; 138 SV *cv = cb_sv ? s_get_cv_croak (cb_sv) : 0;
139 ev_watcher *w; 139 ev_watcher *w;
140 SV *self = NEWSV (0, size); 140 SV *self = NEWSV (0, size);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines