s3:rpc_server: s/struct timed_event/struct tevent_timer
authorStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2013 09:18:29 +0000 (10:18 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 19 Feb 2013 22:47:57 +0000 (23:47 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/rpc_server/samr/srv_samr_nt.c

index e312cb10a360aa9477f7f096c5bfb679b7ec3b14..6f85779a6d3d0685eca80630eb961d26f0ea2afe 100644 (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)
 {