aboutgitcodebugslistschat
path: root/tcp_vu.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcp_vu.h')
-rw-r--r--tcp_vu.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/tcp_vu.h b/tcp_vu.h
index 6ab6057..4800267 100644
--- a/tcp_vu.h
+++ b/tcp_vu.h
@@ -6,7 +6,9 @@
#ifndef TCP_VU_H
#define TCP_VU_H
-int tcp_vu_send_flag(const struct ctx *c, struct tcp_tap_conn *conn, int flags);
-int tcp_vu_data_from_sock(const struct ctx *c, struct tcp_tap_conn *conn);
+int tcp_vu_send_flag(const struct ctx *c, struct tcp_tap_conn *conn, int flags,
+ const struct timespec *now);
+int tcp_vu_data_from_sock(const struct ctx *c, struct tcp_tap_conn *conn,
+ const struct timespec *now);
#endif /*TCP_VU_H */