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

Comparing EV/EV.xs (file contents):
Revision 1.72 by root, Thu Nov 22 12:28:27 2007 UTC vs.
Revision 1.73 by root, Fri Nov 23 05:00:44 2007 UTC

324 const_iv (EV, LOOP_ONESHOT) 324 const_iv (EV, LOOP_ONESHOT)
325 const_iv (EV, LOOP_NONBLOCK) 325 const_iv (EV, LOOP_NONBLOCK)
326 const_iv (EV, UNLOOP_ONE) 326 const_iv (EV, UNLOOP_ONE)
327 const_iv (EV, UNLOOP_ALL) 327 const_iv (EV, UNLOOP_ALL)
328 328
329 const_iv (EV, METHOD_SELECT) 329 const_iv (EV, BACKEND_SELECT)
330 const_iv (EV, METHOD_POLL) 330 const_iv (EV, BACKEND_POLL)
331 const_iv (EV, METHOD_EPOLL) 331 const_iv (EV, BACKEND_EPOLL)
332 const_iv (EV, METHOD_KQUEUE) 332 const_iv (EV, BACKEND_KQUEUE)
333 const_iv (EV, METHOD_DEVPOLL) 333 const_iv (EV, BACKEND_DEVPOLL)
334 const_iv (EV, METHOD_PORT) 334 const_iv (EV, BACKEND_PORT)
335 const_iv (EV, FLAG_AUTO) 335 const_iv (EV, FLAG_AUTO)
336 const_iv (EV, FLAG_NOENV) 336 const_iv (EV, FLAG_NOENV)
337 }; 337 };
338 338
339 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 339 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; )
357 evapi.ver = EV_API_VERSION; 357 evapi.ver = EV_API_VERSION;
358 evapi.rev = EV_API_REVISION; 358 evapi.rev = EV_API_REVISION;
359 evapi.sv_fileno = sv_fileno; 359 evapi.sv_fileno = sv_fileno;
360 evapi.sv_signum = sv_signum; 360 evapi.sv_signum = sv_signum;
361 evapi.now = ev_now; 361 evapi.now = ev_now;
362 evapi.method = ev_method; 362 evapi.backend = ev_backend;
363 evapi.unloop = ev_unloop; 363 evapi.unloop = ev_unloop;
364 evapi.time = ev_time; 364 evapi.time = ev_time;
365 evapi.loop = ev_loop; 365 evapi.loop = ev_loop;
366 evapi.once = ev_once; 366 evapi.once = ev_once;
367 evapi.io_start = ev_io_start; 367 evapi.io_start = ev_io_start;
394 394
395int ev_method () 395int ev_method ()
396 396
397NV ev_time () 397NV ev_time ()
398 398
399int ev_default_loop (int methods = EVMETHOD_ALL) 399int ev_default_loop (int methods = ev_supported_methods ())
400 400
401void ev_loop (int flags = 0) 401void ev_loop (int flags = 0)
402 402
403void ev_unloop (int how = 1) 403void ev_unloop (int how = 1)
404 404

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines