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:
parent
a0d96b53e7
commit
b7a925f56b
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user