api: refactor vlibmemory
[vpp.git] / src / vpp-api / java / jvpp-common / jvpp_common.h
index 34502d0..14027a9 100644 (file)
@@ -35,7 +35,7 @@ typedef struct {
     JavaVM *jvm;
 
     /* Convenience */
-    unix_shared_memory_queue_t * vl_input_queue;
+    svm_queue_t * vl_input_queue;
     u32 my_client_index;
     uword *messages_hash;
 } jvpp_main_t;