From 95eeb9f08be84f92799ce0916a5dfa2dafd4b5f6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Feb 2013 10:57:54 +0100 Subject: [PATCH] s3:lib: s/event_add_timed/tevent_add_timer Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source3/lib/ctdbd_conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c index 1a74e272586..2cf5e472b0a 100644 --- a/source3/lib/ctdbd_conn.c +++ b/source3/lib/ctdbd_conn.c @@ -476,7 +476,7 @@ static NTSTATUS ctdb_read_req(struct ctdbd_connection *conn, uint32_t reqid, * We're waiting for a call reply, but an async message has * crossed. Defer dispatching to the toplevel event loop. */ - evt = event_add_timed(conn->msg_ctx->event_ctx, + evt = tevent_add_timer(conn->msg_ctx->event_ctx, conn->msg_ctx->event_ctx, timeval_zero(), deferred_message_dispatch, -- 2.11.4.GIT