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

Comparing EV/EV/MakeMaker.pm (file contents):
Revision 1.7 by root, Mon Apr 7 13:27:55 2008 UTC vs.
Revision 1.8 by root, Mon Apr 7 13:28:32 2008 UTC

86to use this module. 86to use this module.
87 87
88Here are some F<.xs> fragments taken from EV::ADNS that should get you 88Here are some F<.xs> fragments taken from EV::ADNS that should get you
89going: 89going:
90 90
91#include "EVAPI.h" 91 #include "EVAPI.h"
92 92
93 static ev_prepare pw; 93 static ev_prepare pw;
94 static ev_idle iw; 94 static ev_idle iw;
95 95
96 static void 96 static void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines