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

Comparing EV/EV.xs (file contents):
Revision 1.49 by root, Sun Nov 4 16:43:53 2007 UTC vs.
Revision 1.50 by root, Sun Nov 4 16:52:52 2007 UTC

13#define DNS_USE_GETTIMEOFDAY_FOR_ID 1 13#define DNS_USE_GETTIMEOFDAY_FOR_ID 1
14#define HAVE_STRUCT_IN6_ADDR 1 14#define HAVE_STRUCT_IN6_ADDR 1
15#undef HAVE_STRTOK_R 15#undef HAVE_STRTOK_R
16#undef strtok_r 16#undef strtok_r
17#define strtok_r fake_strtok_r 17#define strtok_r fake_strtok_r
18#include "libev/evdns.h"
18#include "libev/evdns.c" 19#include "libev/evdns.c"
19 20
20typedef int Signal; 21typedef int Signal;
21 22
22static struct EVAPI evapi; 23static struct EVAPI evapi;
324 325
325int ev_method () 326int ev_method ()
326 327
327NV ev_time () 328NV ev_time ()
328 329
329int ev_init (int methods = EVMETHOD_AUTO) 330int ev_default_loop (int methods = EVMETHOD_AUTO)
330 331
331void ev_loop (int flags = 0) 332void ev_loop (int flags = 0)
332 333
333void ev_unloop (int how = 1) 334void ev_unloop (int how = 1)
334 335

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines