commit | 97dcf5bd26ca6de580943f5d39681f0144782c3d | [log] [tgz] |
---|---|---|
author | Tomasz Kulasek <tomaszx.kulasek@intel.com> | Thu Jan 31 18:26:32 2019 +0100 |
committer | Florin Coras <florin.coras@gmail.com> | Tue Feb 05 21:56:19 2019 +0000 |
tree | 7a7b3849d9296c80f69de54df9aa1bbc524aea70 | |
parent | 4edc37eb90a74bcd1aad20d6447159c05853d23e [diff] [blame] |
sock api: allow to start client with no rx_thread Change-Id: Ia30ff1e62304e65f27497ce05f8e40631c06d69e Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
diff --git a/src/tests/vnet/session/tcp_echo.c b/src/tests/vnet/session/tcp_echo.c index 58e29bd..bd05345 100644 --- a/src/tests/vnet/session/tcp_echo.c +++ b/src/tests/vnet/session/tcp_echo.c
@@ -482,7 +482,7 @@ return -1; } - if (vl_socket_client_init_shm (0)) + if (vl_socket_client_init_shm (0, 1 /* want_pthread */ )) { clib_warning ("init shm api failed"); return -1;