api: refactor vlibmemory
[vpp.git] / src / vpp-api / java / jvpp-nat / jvpp_nat.h
index c8f6b68..9bff974 100644 (file)
@@ -25,7 +25,7 @@
 /* Global state for JVPP-NAT */
 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;