Add missing variable definitions to java VPP API
Change-Id: I121b26f4d566417e7cb5ee1a021896dd7dc5599e Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
This commit is contained in:

committed by
Damjan Marion

parent
1a9b5b71cd
commit
1b5ea88e1f
@ -19,6 +19,7 @@
|
||||
#include <vpp-api/vpe.api.h>
|
||||
#undef vl_api_version
|
||||
|
||||
|
||||
#include <jni.h>
|
||||
#include <jvpp-common/jvpp_common.h>
|
||||
#include "io_fd_vpp_jvpp_VppJNIConnection.h"
|
||||
@ -39,6 +40,9 @@
|
||||
#include <vpp-api/vpe_all_api_h.h>
|
||||
#undef vl_printfun
|
||||
|
||||
vlib_main_t vlib_global_main;
|
||||
vlib_main_t **vlib_mains;
|
||||
|
||||
/*
|
||||
* The Java runtime isn't compile w/ -fstack-protector,
|
||||
* so we have to supply missing external references for the
|
||||
|
Reference in New Issue
Block a user