mirror of
https://passt.top/passt
synced 2025-06-13 11:05:34 +02:00
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>
This commit is contained in:
parent
e56c8038fc
commit
854bc7b1a3
1 changed files with 0 additions and 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue