X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=log.c;h=6f4b7380198e7ad37dbf367d36b43b39a704e979;hp=ab94832caaa726aaac76c1d3d5ca03a2629d42b2;hb=e1b81bd68228f908e7e69794386947d7f7f98451;hpb=1caa23ff879cec7f8f36b32a987f0610291ef177 diff --git a/log.c b/log.c index ab94832..6f4b738 100644 --- a/log.c +++ b/log.c @@ -488,8 +488,7 @@ struct fdlog { }; static int log_from_fd_beforepoll(void *sst, struct pollfd *fds, int *nfds_io, - int *timeout_io, - const struct timeval *tv_now, uint64_t *now) + int *timeout_io) { struct fdlog *st=sst; if (!st->finished) { @@ -500,8 +499,7 @@ static int log_from_fd_beforepoll(void *sst, struct pollfd *fds, int *nfds_io, return 0; } -static void log_from_fd_afterpoll(void *sst, struct pollfd *fds, int nfds, - const struct timeval *tv_now, uint64_t *now) +static void log_from_fd_afterpoll(void *sst, struct pollfd *fds, int nfds) { struct fdlog *st=sst; int r,remain,i;