diff options
Diffstat (limited to 'tcp_vu.h')
| -rw-r--r-- | tcp_vu.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,8 +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_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, - uint32_t already_sent); + uint32_t already_sent, const struct timespec *now); #endif /*TCP_VU_H */ |
