X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlibsocket%2Fsockclnt_vlib.c;h=34470c562669c0c96fbcb2e385774136fe91d2b5;hb=c8e7f419fed65f2a9d055a5c9850e5fb213d9152;hp=760ad9445caa13183d34e18aafaeefaf0528041f;hpb=56dd5438b04b869065d8e901c315496bb6777455;p=vpp.git diff --git a/src/vlibsocket/sockclnt_vlib.c b/src/vlibsocket/sockclnt_vlib.c index 760ad9445ca..34470c56266 100644 --- a/src/vlibsocket/sockclnt_vlib.c +++ b/src/vlibsocket/sockclnt_vlib.c @@ -29,23 +29,23 @@ #include #include -#include -#include + +#include #define vl_typedefs /* define message structures */ -#include +#include #undef vl_typedefs /* instantiate all the print functions we know about */ #define vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) #define vl_printfun -#include +#include #undef vl_printfun /* instantiate all the endian swap functions we know about */ #define vl_endianfun -#include +#include #undef vl_endianfun static void @@ -65,7 +65,7 @@ vl_api_sockclnt_delete_reply_t_handler (vl_api_sockclnt_delete_reply_t * mp) vl_api_registration_t *rp = socket_main.current_rp; clib_file_del (fm, uf); - vl_free_socket_registration_index (rp->vl_api_registration_pool_index); + vl_socket_free_registration_index (rp->vl_api_registration_pool_index); } u32 @@ -143,7 +143,7 @@ sockclnt_open_index (char *client_name, char *hostname, int port) } strncpy ((char *) mp->name, my_hostname, sizeof (mp->name) - 1); - vl_msg_api_send (rp, (u8 *) mp); + vl_api_send_msg (rp, (u8 *) mp); return rp - socket_main.registration_pool; } @@ -165,7 +165,7 @@ sockclnt_close_index (u32 index) mp->_vl_msg_id = ntohs (VL_API_SOCKCLNT_DELETE); mp->handle = rp->server_handle; mp->index = rp->server_index; - vl_msg_api_send (rp, (u8 *) mp); + vl_api_send_msg (rp, (u8 *) mp); } vl_api_registration_t *