aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp.h
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2019-06-07 09:35:20 -0700
committerFlorin Coras <fcoras@cisco.com>2019-06-07 09:35:20 -0700
commitd9a145f42ec7e05b9066778aefc9c34d4bdaa408 (patch)
tree2c6f10612c80d3f249de149c84c05f8f6551d4f7 /src/vnet/tcp/tcp.h
parent52cd49616deec9fb562032151f0c5123cf3fcde9 (diff)
tcp: add cc cleanup function
Type: feature Change-Id: I54521078cf96e459d041c86297c6ca80045bf0a3 Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/tcp/tcp.h')
-rw-r--r--src/vnet/tcp/tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/tcp/tcp.h b/src/vnet/tcp/tcp.h
index 46d72b74d74..48bbb3eb02f 100644
--- a/src/vnet/tcp/tcp.h
+++ b/src/vnet/tcp/tcp.h
@@ -333,6 +333,7 @@ struct _tcp_cc_algorithm
void (*congestion) (tcp_connection_t * tc);
void (*recovered) (tcp_connection_t * tc);
void (*init) (tcp_connection_t * tc);
+ void (*cleanup) (tcp_connection_t * tc);
};
/* *INDENT-ON* */