api: refactor vlibmemory
[vpp.git] / src / vpp-api / java / jvpp-acl / jvpp_acl.h
index 726f729..d1ec78f 100644 (file)
@@ -25,7 +25,7 @@
 /* Global state for JVPP-acl */
 typedef struct {
     /* Pointer to shared memory queue */
-    unix_shared_memory_queue_t * vl_input_queue;
+    svm_queue_t * vl_input_queue;
 
     /* VPP api client index */
     u32 my_client_index;