aboutgitcodebugslistschat
path: root/tcp_conn.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcp_conn.h')
-rw-r--r--tcp_conn.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/tcp_conn.h b/tcp_conn.h
index d93ada7..e3c5534 100644
--- a/tcp_conn.h
+++ b/tcp_conn.h
@@ -248,11 +248,13 @@ int tcp_flow_repair_on(struct ctx *c, const struct tcp_tap_conn *conn);
int tcp_flow_repair_off(struct ctx *c, const struct tcp_tap_conn *conn);
int tcp_flow_migrate_source(int fd, struct tcp_tap_conn *conn);
-int tcp_flow_migrate_source_ext(const struct ctx *c, int fd,
- const struct tcp_tap_conn *conn);
+int tcp_flow_migrate_source_ext(const struct ctx *c,
+ int fd, const struct tcp_tap_conn *conn,
+ const struct timespec *now);
int tcp_flow_migrate_target(struct ctx *c, int fd);
-int tcp_flow_migrate_target_ext(struct ctx *c, struct tcp_tap_conn *conn, int fd);
+int tcp_flow_migrate_target_ext(struct ctx *c, struct tcp_tap_conn *conn,
+ int fd, const struct timespec *now);
bool tcp_flow_is_established(const struct tcp_tap_conn *conn);