chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
event loop: remove now and tv_now from before/afterpoll API
[secnet]
/
resolver.c
diff --git
a/resolver.c
b/resolver.c
index b7c56e3bdc4cd6ea87a16eae3636bde459e8cd35..f60b11282e0bbdc41ba5830414903a3ecb0a3479 100644
(file)
--- a/
resolver.c
+++ b/
resolver.c
@@
-39,15
+39,13
@@
static bool_t resolve_request(void *sst, cstring_t name,
}
static int resolver_beforepoll(void *sst, struct pollfd *fds, int *nfds_io,
}
static int resolver_beforepoll(void *sst, struct pollfd *fds, int *nfds_io,
- int *timeout_io, const struct timeval *tv_now,
- uint64_t *now)
+ int *timeout_io)
{
struct adns *st=sst;
return adns_beforepoll(st->ast, fds, nfds_io, timeout_io, tv_now);
}
{
struct adns *st=sst;
return adns_beforepoll(st->ast, fds, nfds_io, timeout_io, tv_now);
}
-static void resolver_afterpoll(void *sst, struct pollfd *fds, int nfds,
- const struct timeval *tv_now, uint64_t *now)
+static void resolver_afterpoll(void *sst, struct pollfd *fds, int nfds)
{
struct adns *st=sst;
adns_query aq;
{
struct adns *st=sst;
adns_query aq;