From b7a925f56bb03aa80b043bb355203670edd75628 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 18 Feb 2013 10:24:12 +0100 Subject: [PATCH] s3:printing: s/struct fd_event/struct tevent_fd Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source3/printing/print_cups.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/printing/print_cups.c b/source3/printing/print_cups.c index 6ef03572f16..396f81802b8 100644 --- a/source3/printing/print_cups.c +++ b/source3/printing/print_cups.c @@ -428,7 +428,7 @@ static bool cups_cache_reload_async(int fd) return ret; } -static struct fd_event *cache_fd_event; +static struct tevent_fd *cache_fd_event; static bool cups_pcap_load_async(struct tevent_context *ev, struct messaging_context *msg_ctx, @@ -495,7 +495,7 @@ struct cups_async_cb_args { }; static void cups_async_callback(struct tevent_context *event_ctx, - struct fd_event *event, + struct tevent_fd *event, uint16 flags, void *p) { -- 2.11.4.GIT