1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3:rpc_server: s/struct timed_event/struct tevent_timer

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Stefan Metzmacher 2013-02-18 10:18:29 +01:00 committed by Michael Adam
parent 2672c37a8f
commit 7f41a62e75

View File

@ -92,7 +92,7 @@ typedef struct disp_info {
uint32_t enum_acb_mask;
struct pdb_search *enum_users; /* enumusers with a mask */
struct timed_event *cache_timeout_event; /* cache idle timeout
struct tevent_timer *cache_timeout_event; /* cache idle timeout
* handler. */
} DISP_INFO;
@ -279,7 +279,7 @@ static void free_samr_cache(DISP_INFO *disp_info)
********************************************************************/
static void disp_info_cache_idle_timeout_handler(struct tevent_context *ev_ctx,
struct timed_event *te,
struct tevent_timer *te,
struct timeval now,
void *private_data)
{