aboutsummaryrefslogtreecommitdiffstats
path: root/nsh-plugin/java/jvpp/jvpp_nsh.h
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2017-03-16 00:07:36 +0800
committerHongjun Ni <hongjun.ni@intel.com>2017-03-23 22:45:52 +0800
commitaa609dfe9072323483c8c0a95460b1be4ca05383 (patch)
treeacb406b260e824fcb444be7b82b878820b9d2a38 /nsh-plugin/java/jvpp/jvpp_nsh.h
parent48473a840103b7f75a0749d371d0493337bd173b (diff)
Hc2vpp failed to load libjvpp_nsh.so
Modify code to adapt new API registration mechanism Change-Id: I968199e86278a01ff01267e55468099886689d12 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'nsh-plugin/java/jvpp/jvpp_nsh.h')
-rw-r--r--nsh-plugin/java/jvpp/jvpp_nsh.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/nsh-plugin/java/jvpp/jvpp_nsh.h b/nsh-plugin/java/jvpp/jvpp_nsh.h
index 1f9ab58..8cd6a44 100644
--- a/nsh-plugin/java/jvpp/jvpp_nsh.h
+++ b/nsh-plugin/java/jvpp/jvpp_nsh.h
@@ -23,10 +23,7 @@
#include <jni.h>
typedef struct {
- /* Base message index for the nsh plugin */
- u16 msg_id_base;
-
- /* Pointer to shared memory queue */
+ /* Pointer to shared memory queue */
unix_shared_memory_queue_t * vl_input_queue;
/* VPP api client index */