From 2388db4347cf0c4a1032cb945db2fdb1011d74d7 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Thu, 28 Feb 2019 10:21:59 +0100 Subject: Update package names updating package names from io.fd.vpp.jvpp* to io.fd.jvpp* Change-Id: Ia1634db8f0875ff6ecfeddc281041cd49c4aacc2 Signed-off-by: Michal Cmarada --- java/jvpp-ioampot/jvpp_ioam_pot.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'java/jvpp-ioampot/jvpp_ioam_pot.c') diff --git a/java/jvpp-ioampot/jvpp_ioam_pot.c b/java/jvpp-ioampot/jvpp_ioam_pot.c index ce1da69..0fdf147 100644 --- a/java/jvpp-ioampot/jvpp_ioam_pot.c +++ b/java/jvpp-ioampot/jvpp_ioam_pot.c @@ -32,19 +32,19 @@ #include -#include "jvpp-ioampot/io_fd_vpp_jvpp_ioampot_JVppIoampotImpl.h" +#include "jvpp-ioampot/io_fd_jvpp_ioampot_JVppIoampotImpl.h" #include "jvpp_ioam_pot.h" #include "jvpp-ioampot/jvpp_ioampot_gen.h" /* - * Class: io_fd_vpp_jvpp_ioampot_JVppIoampotImpl + * Class: io_fd_jvpp_ioampot_JVppIoampotImpl * Method: init0 * Signature: (JI)V */ -JNIEXPORT void JNICALL Java_io_fd_vpp_jvpp_ioampot_JVppIoampotImpl_init0 +JNIEXPORT void JNICALL Java_io_fd_jvpp_ioampot_JVppIoampotImpl_init0 (JNIEnv *env, jclass clazz, jobject callback, jlong queue_address, jint my_client_index) { ioampot_main_t * plugin_main = &ioampot_main; - clib_warning ("Java_io_fd_vpp_jvpp_ioampot_JVppIoampotImpl_init0"); + clib_warning ("Java_io_fd_jvpp_ioampot_JVppIoampotImpl_init0"); plugin_main->my_client_index = my_client_index; plugin_main->vl_input_queue = uword_to_pointer (queue_address, svm_queue_t *); @@ -69,7 +69,7 @@ JNIEXPORT void JNICALL Java_io_fd_vpp_jvpp_ioampot_JVppIoampotImpl_init0 #undef _ } -JNIEXPORT void JNICALL Java_io_fd_vpp_jvpp_ioampot_JVppIoampotImpl_close0 +JNIEXPORT void JNICALL Java_io_fd_jvpp_ioampot_JVppIoampotImpl_close0 (JNIEnv *env, jclass clazz) { ioampot_main_t * plugin_main = &ioampot_main; -- cgit 1.2.3-korg