diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-02-18 10:18:29 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-02-19 23:47:58 +0100 |
commit | 59b8f803d74c45e2477c533b5b380afb011f8ebe (patch) | |
tree | 4b9b0d6ff53c8657669f3af128c2b32691a7fb12 /source3/include | |
parent | 39660e6d88b54aee668e3f78bba83f036f1ff95c (diff) | |
download | samba-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/include')
-rw-r--r-- | source3/include/smbldap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index ea944cf78f..ec5ff1ce84 100644 --- a/source3/include/smbldap.h +++ b/source3/include/smbldap.h @@ -53,7 +53,7 @@ struct smbldap_state { time_t last_use; /* monotonic */ struct tevent_context *tevent_context; - struct timed_event *idle_event; + struct tevent_timer *idle_event; struct timeval last_rebind; /* monotonic */ }; |