diff options
author | 2017-03-16 00:07:36 +0800 | |
---|---|---|
committer | 2017-03-23 22:45:52 +0800 | |
commit | aa609dfe9072323483c8c0a95460b1be4ca05383 (patch) | |
tree | acb406b260e824fcb444be7b82b878820b9d2a38 /nsh-plugin/java/jvpp/jvpp_nsh.h | |
parent | 48473a840103b7f75a0749d371d0493337bd173b (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.h | 5 |
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 */ |