summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 10:24:12 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:59 +0100
commitb7a925f56bb03aa80b043bb355203670edd75628 (patch)
treef17b1ed559898199daaa1947857a27f39c1d806c /source3/printing
parenta0d96b53e7730c5e0b4986342fa73ab81b7869ef (diff)
downloadsamba-b7a925f56bb03aa80b043bb355203670edd75628.tar.gz
samba-b7a925f56bb03aa80b043bb355203670edd75628.tar.bz2
samba-b7a925f56bb03aa80b043bb355203670edd75628.zip
s3:printing: s/struct fd_event/struct tevent_fd
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/printing')
-rw-r--r--source3/printing/print_cups.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/printing/print_cups.c b/source3/printing/print_cups.c
index 6ef03572f1..396f81802b 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)
{