aboutgitcodebugslistschat
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2025-02-18 19:59:22 +1100
committerStefano Brivio <sbrivio@redhat.com>2025-02-18 13:33:08 +0100
commit854bc7b1a3b4e5443ea071e49b3a68198dbb88b3 (patch)
treeb895685da756765e2fbd9c6edc9f50f573852542
parente56c8038fc23a349ff4a457c6b447f927ac1a56e (diff)
downloadpasst-854bc7b1a3b4e5443ea071e49b3a68198dbb88b3.tar
passt-854bc7b1a3b4e5443ea071e49b3a68198dbb88b3.tar.gz
passt-854bc7b1a3b4e5443ea071e49b3a68198dbb88b3.tar.bz2
passt-854bc7b1a3b4e5443ea071e49b3a68198dbb88b3.tar.lz
passt-854bc7b1a3b4e5443ea071e49b3a68198dbb88b3.tar.xz
passt-854bc7b1a3b4e5443ea071e49b3a68198dbb88b3.tar.zst
passt-854bc7b1a3b4e5443ea071e49b3a68198dbb88b3.zip
tcp: Remove spurious prototype for tcp_flow_migrate_shrink_window
This function existed in drafts of the migration code, but not the final version. Get rid of the prototype. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r--tcp_conn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcp_conn.h b/tcp_conn.h
index 53887c0..8a15b08 100644
--- a/tcp_conn.h
+++ b/tcp_conn.h
@@ -233,7 +233,6 @@ bool tcp_flow_defer(const struct tcp_tap_conn *conn);
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_shrink_window(int fidx, const struct tcp_tap_conn *conn);
int tcp_flow_migrate_source(int fd, struct tcp_tap_conn *conn);
int tcp_flow_migrate_source_ext(int fd, int fidx,
const struct tcp_tap_conn *conn);