From 017f79bce9a131cb0369885321229db034488e7e Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Thu, 12 Dec 2019 11:11:52 +0100 Subject: [HICN-449] Correct dependencies of DEB/RPM package for sysrepo. Change-Id: Ie3f7f700617d99e7e56431afbb1b877e6cb366f9 Signed-off-by: Mauro Sardara --- ctrl/sysrepo-plugins/hicn-plugin/plugin/hicn_vpp_comm.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'ctrl/sysrepo-plugins/hicn-plugin/plugin') diff --git a/ctrl/sysrepo-plugins/hicn-plugin/plugin/hicn_vpp_comm.c b/ctrl/sysrepo-plugins/hicn-plugin/plugin/hicn_vpp_comm.c index e028d7840..52ae6ee90 100644 --- a/ctrl/sysrepo-plugins/hicn-plugin/plugin/hicn_vpp_comm.c +++ b/ctrl/sysrepo-plugins/hicn-plugin/plugin/hicn_vpp_comm.c @@ -15,20 +15,14 @@ #include "hicn_vpp_comm.h" #include - - - #define APP_NAME "hicn_plugin" #define MAX_OUTSTANDING_REQUESTS 4 #define RESPONSE_QUEUE_SIZE 2 -vapi_ctx_t g_vapi_ctx_instance=NULL; +vapi_ctx_t g_vapi_ctx_instance = NULL; // Use VAPI macros to define symbols - - int hicn_connect_vpp() { - if (g_vapi_ctx_instance == NULL) { vapi_error_e rv = vapi_ctx_alloc(&g_vapi_ctx_instance); rv = vapi_connect(g_vapi_ctx_instance, APP_NAME, NULL, -- cgit 1.2.3-korg