s3:printing: s/struct fd_event/struct tevent_fd
authorStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2013 09:24:12 +0000 (10:24 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 19 Feb 2013 22:47:59 +0000 (23:47 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/printing/print_cups.c

index 6ef03572f16c5d2d4988844cbd8963ffaf7e2eba..396f81802b8108a089f62582a1e9854cbbde8095 100644 (file)
@@ -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)
 {