]> git.llucax.com Git - software/libev.git/blobdiff - ev.h
rmeove remaining debugging code
[software/libev.git] / ev.h
diff --git a/ev.h b/ev.h
index 9d2b2e9cc56c677cf2f23950999b75c4fdaa45b5..e4de49bce0d29d44e149456f9234309e7a07cba5 100644 (file)
--- a/ev.h
+++ b/ev.h
@@ -40,6 +40,21 @@ typedef double ev_tstamp;
   EV_WATCHER (type);                           \
   ev_tstamp at     /* private */
 
   EV_WATCHER (type);                           \
   ev_tstamp at     /* private */
 
+/* base class, nothing to see here unless you subclass */
+struct ev_watcher {
+  EV_WATCHER (ev_watcher);
+};
+
+/* base class, nothing to see here unless you subclass */
+struct ev_watcher_list {
+  EV_WATCHER_LIST (ev_watcher_list);
+};
+
+/* base class, nothing to see here unless you subclass */
+struct ev_watcher_time {
+  EV_WATCHER_TIME (ev_watcher_time);
+};
+
 /* invoked after a specific time, repeatable (based on monotonic clock) */
 struct ev_timer
 {
 /* invoked after a specific time, repeatable (based on monotonic clock) */
 struct ev_timer
 {
@@ -102,7 +117,7 @@ ev_tstamp ev_time (void);
 #define EVLOOP_NONBLOCK        1 /* do not block/wait */
 #define EVLOOP_ONESHOT 2 /* block *once* only */
 void ev_loop (int flags);
 #define EVLOOP_NONBLOCK        1 /* do not block/wait */
 #define EVLOOP_ONESHOT 2 /* block *once* only */
 void ev_loop (int flags);
-extern int ev_loop_done; /* set to 1 to break out of event loop */
+extern int ev_loop_done; /* set to 1 to break out of event loop, set to 2 to break out of all event loops */
 
 /* these may evaluate ev multiple times, and the other arguments at most once */
 /* either use evw_init + evXXX_set, or the evXXX_init macro, below, to first initialise a watcher */
 
 /* these may evaluate ev multiple times, and the other arguments at most once */
 /* either use evw_init + evXXX_set, or the evXXX_init macro, below, to first initialise a watcher */
@@ -131,6 +146,7 @@ void evio_stop        (struct ev_io *w);
 
 void evtimer_start    (struct ev_timer *w);
 void evtimer_stop     (struct ev_timer *w);
 
 void evtimer_start    (struct ev_timer *w);
 void evtimer_stop     (struct ev_timer *w);
+void evtimer_again    (struct ev_timer *w); /* stops if active and no repeat, restarts if active and repeating, starts if inactive and repeating */
 
 void evperiodic_start (struct ev_periodic *w);
 void evperiodic_stop  (struct ev_periodic *w);
 
 void evperiodic_start (struct ev_periodic *w);
 void evperiodic_stop  (struct ev_periodic *w);