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.64 by root, Mon Nov 12 00:31:08 2007 UTC

9 9
10/* fix perl api breakage */ 10/* fix perl api breakage */
11#undef signal 11#undef signal
12#undef sigaction 12#undef sigaction
13 13
14#define EV_SELECT_USE_WIN32_HANDLES 0 14#define EV_SELECT_IS_WINSOCKET 0
15#ifdef _WIN32
15#define EV_SELECT_USE_FD_SET 0 16# define EV_SELECT_USE_FD_SET 0
17# define NFDBITS PERL_NFDBITS
18# define fd_mask Perl_fd_mask
19#endif
16/* due to bugs in OS X we have to use libev/ explicitly here */ 20/* due to bugs in OS X we have to use libev/ explicitly here */
17#include "libev/ev.c" 21#include "libev/ev.c"
18#include "event.c" 22#include "event.c"
19 23
20#ifndef WIN32 24#ifndef _WIN32
21#define DNS_USE_GETTIMEOFDAY_FOR_ID 1 25#define DNS_USE_GETTIMEOFDAY_FOR_ID 1
22#if !defined (WIN32) && !defined(__CYGWIN__) 26#if !defined (WIN32) && !defined(__CYGWIN__)
23# define HAVE_STRUCT_IN6_ADDR 1 27# define HAVE_STRUCT_IN6_ADDR 1
24#endif 28#endif
25#undef HAVE_STRTOK_R 29#undef HAVE_STRTOK_R
26#undef strtok_r 30#undef strtok_r
27#define strtok_r fake_strtok_r 31#define strtok_r fake_strtok_r
32#include "evdns.h"
28#include "evdns.c" 33#include "evdns.c"
29#endif 34#endif
30 35
31#ifndef WIN32 36#ifndef _WIN32
32# include <pthread.h> 37# include <pthread.h>
33#endif 38#endif
34 39
35typedef int Signal; 40typedef int Signal;
36 41
100 SvPOK_only (self); 105 SvPOK_only (self);
101 SvCUR_set (self, size); 106 SvCUR_set (self, size);
102 107
103 w = (struct ev_watcher *)SvPVX (self); 108 w = (struct ev_watcher *)SvPVX (self);
104 109
105 ev_watcher_init (w, e_cb); 110 ev_init (w, e_cb);
106 111
112 w->data = 0;
107 w->fh = 0; 113 w->fh = 0;
108 w->cb_sv = newSVsv (cb_sv); 114 w->cb_sv = newSVsv (cb_sv);
109 w->self = self; 115 w->self = self;
110 116
111 return (void *)w; 117 return (void *)w;
226} 232}
227 233
228///////////////////////////////////////////////////////////////////////////// 234/////////////////////////////////////////////////////////////////////////////
229// DNS 235// DNS
230 236
231#ifndef WIN32 237#ifndef _WIN32
232static void 238static void
233dns_cb (int result, char type, int count, int ttl, void *addresses, void *arg) 239dns_cb (int result, char type, int count, int ttl, void *addresses, void *arg)
234{ 240{
235 dSP; 241 dSP;
236 SV *cb = (SV *)arg; 242 SV *cb = (SV *)arg;
374 evapi.child_stop = ev_child_stop; 380 evapi.child_stop = ev_child_stop;
375 381
376 sv_setiv (sv, (IV)&evapi); 382 sv_setiv (sv, (IV)&evapi);
377 SvREADONLY_on (sv); 383 SvREADONLY_on (sv);
378 } 384 }
379#ifndef WIN32 385#ifndef _WIN32
380 pthread_atfork (0, 0, ev_default_fork); 386 pthread_atfork (0, 0, ev_default_fork);
381#endif 387#endif
382} 388}
383 389
384NV ev_now () 390NV ev_now ()
795 CODE: 801 CODE:
796 RETVAL = ix ? w->rpid : w->rstatus; 802 RETVAL = ix ? w->rpid : w->rstatus;
797 OUTPUT: 803 OUTPUT:
798 RETVAL 804 RETVAL
799 805
800#ifndef WIN32 806#ifndef _WIN32
801 807
802MODULE = EV PACKAGE = EV::DNS PREFIX = evdns_ 808MODULE = EV PACKAGE = EV::DNS PREFIX = evdns_
803 809
804BOOT: 810BOOT:
805{ 811{
876 882
877int evdns_set_option (char *option, char *val, int flags) 883int evdns_set_option (char *option, char *val, int flags)
878 884
879int evdns_resolv_conf_parse (int flags, const char *filename) 885int evdns_resolv_conf_parse (int flags, const char *filename)
880 886
881#ifdef MS_WINDOWS 887#ifdef _WIN32
882 888
883int evdns_config_windows_nameservers () 889int evdns_config_windows_nameservers ()
884 890
885#endif 891#endif
886 892

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines