From 091617c5e9d95bebfbb7f57fa1faeb22fcb57feb Mon Sep 17 00:00:00 2001 From: root Date: Tue, 19 Feb 2008 17:09:28 +0000 Subject: *** empty log message *** --- ev.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ev.h') diff --git a/ev.h b/ev.h index 50bd57e..5a3d152 100644 --- a/ev.h +++ b/ev.h @@ -432,6 +432,18 @@ ev_now (void) } # endif +static int +ev_is_default_loop (EV_P) +{ +#if EV_MULTIPLICITY + extern struct ev_loop *ev_default_loop_ptr; + + return !!(EV_A == ev_default_loop_ptr); +#else + return 1; +#endif +} + void ev_default_destroy (void); /* destroy the default loop */ /* this needs to be called after fork, to duplicate the default loop */ /* if you create alternative loops you have to call ev_loop_fork on them */ -- cgit v1.2.3