1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

s3:printing: s/struct fd_event/struct tevent_fd

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Stefan Metzmacher 2013-02-18 10:24:12 +01:00 committed by Michael Adam
parent a0d96b53e7
commit b7a925f56b

View 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)
{