aboutgitcodebugslistschat
path: root/tcp_splice.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcp_splice.h')
-rw-r--r--tcp_splice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcp_splice.h b/tcp_splice.h
index dbfd55d..8a1a1f6 100644
--- a/tcp_splice.h
+++ b/tcp_splice.h
@@ -12,7 +12,7 @@ struct tcp_splice_conn;
union sockaddr_inany;
void tcp_splice_sock_handler(struct ctx *c, union epoll_ref ref,
- uint32_t events);
+ uint32_t events, const struct timespec *now);
void tcp_splice_conn_from_sock(const struct ctx *c, union flow *flow, int s0);
void tcp_splice_init(struct ctx *c);