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

Comparing Async-Interrupt/Interrupt.xs (file contents):
Revision 1.14 by root, Tue Jul 28 12:50:16 2009 UTC vs.
Revision 1.15 by root, Thu Jul 30 03:59:47 2009 UTC

506 506
507void 507void
508s_epipe_drain (s_epipe *epp) 508s_epipe_drain (s_epipe *epp)
509 509
510void 510void
511drain_func (s_epipe *epp)
512 PPCODE:
513 EXTEND (SP, 2);
514 PUSHs (sv_2mortal (newSViv (PTR2IV (s_epipe_drain))));
515 PUSHs (sv_2mortal (newSViv (PTR2IV (epp))));
516
517void
518s_epipe_wait (s_epipe *epp)
519
520void
511DESTROY (s_epipe *epp) 521DESTROY (s_epipe *epp)
512 CODE: 522 CODE:
513 s_epipe_destroy (epp); 523 s_epipe_destroy (epp);
514 524

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines