summaryrefslogtreecommitdiff
path: root/source3/lib/smbldap.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 10:18:29 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:58 +0100
commit59b8f803d74c45e2477c533b5b380afb011f8ebe (patch)
tree4b9b0d6ff53c8657669f3af128c2b32691a7fb12 /source3/lib/smbldap.c
parent39660e6d88b54aee668e3f78bba83f036f1ff95c (diff)
downloadsamba-59b8f803d74c45e2477c533b5b380afb011f8ebe.tar.gz
samba-59b8f803d74c45e2477c533b5b380afb011f8ebe.tar.bz2
samba-59b8f803d74c45e2477c533b5b380afb011f8ebe.zip
s3:lib: s/struct timed_event/struct tevent_timer
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/lib/smbldap.c')
-rw-r--r--source3/lib/smbldap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/smbldap.c b/source3/lib/smbldap.c
index 5dd6d8d65b..08640d070a 100644
--- a/source3/lib/smbldap.c
+++ b/source3/lib/smbldap.c
@@ -1022,7 +1022,7 @@ done:
}
static void smbldap_idle_fn(struct tevent_context *tevent_ctx,
- struct timed_event *te,
+ struct tevent_timer *te,
struct timeval now_abs,
void *private_data);
@@ -1633,7 +1633,7 @@ int smbldap_search_suffix (struct smbldap_state *ldap_state,
}
static void smbldap_idle_fn(struct tevent_context *tevent_ctx,
- struct timed_event *te,
+ struct tevent_timer *te,
struct timeval now_abs,
void *private_data)
{