diff options
author | Florin Coras <fcoras@cisco.com> | 2017-07-16 17:12:15 -0700 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2017-07-25 11:17:20 +0000 |
commit | 04e5344a358a9ad42d896486d2d226149fd326f4 (patch) | |
tree | 74727757d79e1e711f3a8c67016ba2b04eea6c91 /src/uri | |
parent | f8d84901e4f82c54545030a881da9aded659baf9 (diff) |
Cleanup/refactor session layer code
Change-Id: Ica99e8cb919fca6b069c37c969d60e8ccc2c6bf9
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/uri')
-rwxr-xr-x | src/uri/uri_tcp_test.c | 4 | ||||
-rw-r--r-- | src/uri/uri_udp_test.c | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/uri/uri_tcp_test.c b/src/uri/uri_tcp_test.c index 80aab183b0a..f5fbbd23bb0 100755 --- a/src/uri/uri_tcp_test.c +++ b/src/uri/uri_tcp_test.c @@ -36,10 +36,6 @@ #include <vpp/api/vpe_all_api_h.h> #undef vl_printfun -/* Satisfy external references when not linking with -lvlib */ -vlib_main_t vlib_global_main; -vlib_main_t **vlib_mains; - typedef struct { svm_fifo_t *server_rx_fifo; diff --git a/src/uri/uri_udp_test.c b/src/uri/uri_udp_test.c index a8e39eaaebb..aea4707cdc0 100644 --- a/src/uri/uri_udp_test.c +++ b/src/uri/uri_udp_test.c @@ -47,10 +47,6 @@ #include <vpp/api/vpe_all_api_h.h> #undef vl_printfun -/* Satisfy external references when not linking with -lvlib */ -vlib_main_t vlib_global_main; -vlib_main_t **vlib_mains; - typedef enum { STATE_START, |