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

Comparing EV/EV.xs (file contents):
Revision 1.62 by root, Fri Nov 9 19:33:51 2007 UTC vs.
Revision 1.63 by root, Sat Nov 10 03:19:21 2007 UTC

101 SvPOK_only (self); 101 SvPOK_only (self);
102 SvCUR_set (self, size); 102 SvCUR_set (self, size);
103 103
104 w = (struct ev_watcher *)SvPVX (self); 104 w = (struct ev_watcher *)SvPVX (self);
105 105
106 ev_watcher_init (w, e_cb); 106 ev_init (w, e_cb);
107 107
108 w->data = 0; 108 w->data = 0;
109 w->fh = 0; 109 w->fh = 0;
110 w->cb_sv = newSVsv (cb_sv); 110 w->cb_sv = newSVsv (cb_sv);
111 w->self = self; 111 w->self = self;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines