diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2025-02-18 19:59:22 +1100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2025-02-18 13:33:08 +0100 |
commit | 854bc7b1a3b4e5443ea071e49b3a68198dbb88b3 (patch) | |
tree | b895685da756765e2fbd9c6edc9f50f573852542 | |
parent | e56c8038fc23a349ff4a457c6b447f927ac1a56e (diff) | |
download | passt-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |