Skip to content

Commit

Permalink
s3:rpc_server: s/struct timed_event/struct tevent_timer
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Metzmacher <[email protected]>
Reviewed-by: Michael Adam <[email protected]>
  • Loading branch information
metze-samba authored and obnoxxx committed Feb 19, 2013
1 parent 2672c37 commit 7f41a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source3/rpc_server/samr/srv_samr_nt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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)
{
Expand Down

0 comments on commit 7f41a62

Please sign in to comment.