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

Comparing EV/EV.xs (file contents):
Revision 1.60 by root, Thu Nov 8 02:19:36 2007 UTC vs.
Revision 1.61 by root, Thu Nov 8 17:24:00 2007 UTC

102 102
103 w = (struct ev_watcher *)SvPVX (self); 103 w = (struct ev_watcher *)SvPVX (self);
104 104
105 ev_watcher_init (w, e_cb); 105 ev_watcher_init (w, e_cb);
106 106
107 w->data = 0;
107 w->fh = 0; 108 w->fh = 0;
108 w->cb_sv = newSVsv (cb_sv); 109 w->cb_sv = newSVsv (cb_sv);
109 w->self = self; 110 w->self = self;
110 111
111 return (void *)w; 112 return (void *)w;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines