From 3381b597d6654502a433ebba1b2d2fafe2760e2e Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Fri, 13 Apr 2012 17:07:13 +1000 Subject: lib/tevent: Remove local modifications to tevent Signed-off-by: Amitay Isaacs (This used to be ctdb commit d1bc4a97ea649f5a07802178591688e438313ff8) --- ctdb/lib/tevent/tevent_util.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ctdb/lib/tevent/tevent_util.h') diff --git a/ctdb/lib/tevent/tevent_util.h b/ctdb/lib/tevent/tevent_util.h index 2852e9f26a..2f4bc2f043 100644 --- a/ctdb/lib/tevent/tevent_util.h +++ b/ctdb/lib/tevent/tevent_util.h @@ -184,9 +184,6 @@ 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); - /* Defined here so we can build against older talloc versions that don't * have this define yet. */ -- cgit From 195cf3c87e3c6c9f1784aa483110a64bc8760703 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Fri, 13 Apr 2012 17:18:53 +1000 Subject: lib/tevent: Sync tevent from samba git tree Signed-off-by: Amitay Isaacs (This used to be ctdb commit 483459c79884891b3639a8bb865d5e8318cde98c) --- ctdb/lib/tevent/tevent_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctdb/lib/tevent/tevent_util.h') diff --git a/ctdb/lib/tevent/tevent_util.h b/ctdb/lib/tevent/tevent_util.h index 2f4bc2f043..311be604a0 100644 --- a/ctdb/lib/tevent/tevent_util.h +++ b/ctdb/lib/tevent/tevent_util.h @@ -183,7 +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); - +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. */ -- cgit