ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.h
(Generate patch)

Comparing libev/ev.h (file contents):
Revision 1.102 by root, Thu May 22 02:44:57 2008 UTC vs.
Revision 1.105 by root, Mon Sep 8 17:24:39 2008 UTC

88#endif 88#endif
89 89
90/*****************************************************************************/ 90/*****************************************************************************/
91 91
92#if EV_STAT_ENABLE 92#if EV_STAT_ENABLE
93# ifdef _WIN32
94# include <time.h>
95# include <sys/types.h>
96# endif
93# include <sys/stat.h> 97# include <sys/stat.h>
94#endif 98#endif
95 99
96/* support multiple event loops? */ 100/* support multiple event loops? */
97#if EV_MULTIPLICITY 101#if EV_MULTIPLICITY
450void ev_loop_destroy (EV_P); 454void ev_loop_destroy (EV_P);
451void ev_loop_fork (EV_P); 455void ev_loop_fork (EV_P);
452void ev_loop_verify (EV_P); 456void ev_loop_verify (EV_P);
453 457
454ev_tstamp ev_now (EV_P); /* time w.r.t. timers and the eventloop, updated after each poll */ 458ev_tstamp ev_now (EV_P); /* time w.r.t. timers and the eventloop, updated after each poll */
459void ev_now_update (EV_P);
455 460
456#else 461#else
457 462
458int ev_default_loop (unsigned int flags); /* returns true when successful */ 463int ev_default_loop (unsigned int flags); /* returns true when successful */
459 464

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines