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

Comparing Coro/Event/Event.xs (file contents):
Revision 1.7 by root, Mon Sep 24 01:36:20 2001 UTC vs.
Revision 1.8 by root, Sun Apr 14 01:18:38 2002 UTC

115 115
116 hv_store ((HV *)SvRV (self), 116 hv_store ((HV *)SvRV (self),
117 EV_CLASS, strlen (EV_CLASS), 117 EV_CLASS, strlen (EV_CLASS),
118 rv, 0); 118 rv, 0);
119 119
120 GEventAPI->start (w, 0);
121
120void 122void
121_next(self) 123_next(self)
122 SV * self 124 SV * self
123 CODE: 125 CODE:
124 pe_watcher *w = GEventAPI->sv_2watcher (self); 126 pe_watcher *w = GEventAPI->sv_2watcher (self);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines