diff options
author | Florin Coras <fcoras@cisco.com> | 2020-03-18 20:31:34 +0000 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2020-04-02 15:10:26 +0000 |
commit | 999840cf805f26a490e8e6b8acc1fe7a7c21a181 (patch) | |
tree | a077add2979502f634450241735b1f6c11fd2283 /src/vnet/tcp/tcp_bt.c | |
parent | a26f54421ae61b1a42c2ff69d3037c428aa238f4 (diff) |
tcp: move features to separate files
Type: refactor
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: Ia477b8dba9266f47907967e363c11048e5cd95ab
Diffstat (limited to 'src/vnet/tcp/tcp_bt.c')
-rw-r--r-- | src/vnet/tcp/tcp_bt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/tcp/tcp_bt.c b/src/vnet/tcp/tcp_bt.c index e8dc5c9c068..6f9ee0168f7 100644 --- a/src/vnet/tcp/tcp_bt.c +++ b/src/vnet/tcp/tcp_bt.c @@ -16,7 +16,9 @@ * draft-cheng-iccrg-delivery-rate-estimation-00 */ +#include <vnet/tcp/tcp_bt.h> #include <vnet/tcp/tcp.h> +#include <vnet/tcp/tcp_inlines.h> static tcp_bt_sample_t * bt_get_sample (tcp_byte_tracker_t * bt, u32 bts_index) |