diff options
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -326,6 +326,8 @@ typedef struct ev_async EV_ATOMIC_T sent; /* private */ } ev_async; + +# define ev_async_pending(w) (((w)->sent + 0) #endif /* the presence of this union forces similar struct layout */ |