diff options
author | Tomasz Kulasek <tomaszx.kulasek@intel.com> | 2019-01-31 18:26:32 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-02-05 21:56:19 +0000 |
commit | 97dcf5bd26ca6de580943f5d39681f0144782c3d (patch) | |
tree | 7a7b3849d9296c80f69de54df9aa1bbc524aea70 /src/vlibmemory/memory_client.h | |
parent | 4edc37eb90a74bcd1aad20d6447159c05853d23e (diff) |
sock api: allow to start client with no rx_thread
Change-Id: Ia30ff1e62304e65f27497ce05f8e40631c06d69e
Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
Diffstat (limited to 'src/vlibmemory/memory_client.h')
-rw-r--r-- | src/vlibmemory/memory_client.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vlibmemory/memory_client.h b/src/vlibmemory/memory_client.h index 6aaf6d7e569..8400d963dcf 100644 --- a/src/vlibmemory/memory_client.h +++ b/src/vlibmemory/memory_client.h @@ -35,6 +35,9 @@ int vl_client_connect_to_vlib_no_rx_pthread (const char *svm_name, int vl_client_connect_to_vlib_no_map (const char *svm_name, const char *client_name, int rx_queue_size); +int vl_client_connect_to_vlib_no_rx_pthread_no_map (const char *svm_name, + const char *client_name, + int rx_queue_size); void vl_client_install_client_message_handlers (void); u8 vl_mem_client_is_connected (void); |