diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-02-18 10:00:26 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-02-19 23:47:54 +0100 |
commit | 935a40f4f20048204fb7baf2f208e7e44f2485e7 (patch) | |
tree | fe6cb8650595018e00379eb45c7a5275cec5bcf9 /source3/lib/util.c | |
parent | d0bca41f481fbaa4b25190bbb58fe119ca5ccec9 (diff) | |
download | samba-935a40f4f20048204fb7baf2f208e7e44f2485e7.tar.gz |
s3:lib: s/struct event_context/struct tevent_context
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r-- | source3/lib/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c index e0cae91a0da..d21c730f3ba 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -428,7 +428,7 @@ static void reinit_after_fork_pipe_handler(struct tevent_context *ev, NTSTATUS reinit_after_fork(struct messaging_context *msg_ctx, - struct event_context *ev_ctx, + struct tevent_context *ev_ctx, bool parent_longlived) { NTSTATUS status = NT_STATUS_OK; |