diff options
author | root <root> | 2010-10-24 18:09:58 +0000 |
---|---|---|
committer | root <root> | 2010-10-24 18:09:58 +0000 |
commit | 89a42941133287392b81c95fca09de34118f1a30 (patch) | |
tree | 42cc9495cd864a1d34c976d34129fa7431c833f7 /ev.h | |
parent | e4b847e9394cc24b2edd689a7cae8243973c10ef (diff) |
*** empty log message ***
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -100,11 +100,11 @@ EV_CPP(extern "C" {) #endif #ifndef EV_FORK_ENABLE -# define EV_FORK_ENABLE 0 /* not implemented */ +# define EV_FORK_ENABLE EV_FEATURE_WATCHERS #endif #ifndef EV_CLEANUP_ENABLE -# define EV_CLEANUP_ENABLE EV_FEATURE_WATCHERS +# define EV_CLEANUP_ENABLE 0 /* not implemented */ #endif #ifndef EV_SIGNAL_ENABLE @@ -427,7 +427,9 @@ typedef struct ev_embed ev_periodic periodic; /* unused */ ev_idle idle; /* unused */ ev_fork fork; /* private */ +#if EV_CLEANUP_ENABLE ev_cleanup cleanup; /* unused */ +#endif } ev_embed; #endif |