summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 09:56:41 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:51 +0100
commit415e8e0513017207c9c87ec968f22ed43bdb220b (patch)
tree527334724be8e3c3a1f2a713b6fd74e5eadb427a /source3/smbd/server.c
parent5c72385f3d4ba5f5747d9d5895286dfacbb2ba7a (diff)
downloadsamba-415e8e0513017207c9c87ec968f22ed43bdb220b.tar.gz
samba-415e8e0513017207c9c87ec968f22ed43bdb220b.tar.bz2
samba-415e8e0513017207c9c87ec968f22ed43bdb220b.zip
s3:smbd: 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/smbd/server.c')
-rw-r--r--source3/smbd/server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 57fe7b6455..b8c876750d 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -80,7 +80,7 @@ struct smbd_child_pid {
extern void start_epmd(struct tevent_context *ev_ctx,
struct messaging_context *msg_ctx);
-extern void start_lsasd(struct event_context *ev_ctx,
+extern void start_lsasd(struct tevent_context *ev_ctx,
struct messaging_context *msg_ctx);
#ifdef WITH_DFS
@@ -394,7 +394,7 @@ static void add_child_pid(struct smbd_parent_context *parent,
network outage).
*/
-static void cleanup_timeout_fn(struct event_context *event_ctx,
+static void cleanup_timeout_fn(struct tevent_context *event_ctx,
struct timed_event *te,
struct timeval now,
void *private_data)