api: multiple connections per process
[vpp.git] / src / vnet / tcp / tcp_api.c
index 4c3e49e..db488e1 100644 (file)
@@ -2,7 +2,7 @@
  *------------------------------------------------------------------
  * tcp_api.c - vnet tcp-layer apis
  *
- * Copyright (c) 2017 Cisco and/or its affiliates.
+ * Copyright (c) 2017-2019 Cisco and/or its affiliates.
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at:
@@ -83,7 +83,7 @@ setup_message_id_table (api_main_t * am)
 static clib_error_t *
 tcp_api_hookup (vlib_main_t * vm)
 {
-  api_main_t *am = &api_main;
+  api_main_t *am = vlibapi_get_main ();
 
 #define _(N,n)                                                  \
     vl_msg_api_set_handlers(VL_API_##N, #n,                     \