diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2012-04-26 08:09:23 +1000 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2012-04-26 08:09:23 +1000 |
commit | db411aaada39593c80f92e46be31d3473bf4639f (patch) | |
tree | f68222404db2155cc6d8d3f861ac486cb8a509ae /ctdb/lib/tevent/tevent_util.h | |
parent | 58e10b280d4a94a812bad07bbca049cddb2c1174 (diff) | |
parent | 195cf3c87e3c6c9f1784aa483110a64bc8760703 (diff) | |
download | samba-db411aaada39593c80f92e46be31d3473bf4639f.tar.gz samba-db411aaada39593c80f92e46be31d3473bf4639f.tar.xz samba-db411aaada39593c80f92e46be31d3473bf4639f.zip |
Merge remote branch 'amitay/tevent-sync'
(This used to be ctdb commit 17ff3f240b0d72c72ed28d70fb9aeb3b20c80670)
Diffstat (limited to 'ctdb/lib/tevent/tevent_util.h')
-rw-r--r-- | ctdb/lib/tevent/tevent_util.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ctdb/lib/tevent/tevent_util.h b/ctdb/lib/tevent/tevent_util.h index 2852e9f26a..311be604a0 100644 --- a/ctdb/lib/tevent/tevent_util.h +++ b/ctdb/lib/tevent/tevent_util.h @@ -183,10 +183,7 @@ do { \ const char **ev_str_list_add(const char **list, const char *s); int ev_set_blocking(int fd, bool set); size_t ev_str_list_length(const char **list); - -void tevent_before_wait(struct event_context *ev); -void tevent_after_wait(struct event_context *ev); - +bool ev_set_close_on_exec(int fd); /* Defined here so we can build against older talloc versions that don't * have this define yet. */ |