api: refactor vlibmemory
[vpp.git] / src / vpp-api / java / jvpp-acl / jvpp_acl.h
index 2b73d67..d1ec78f 100644 (file)
 
 /* Global state for JVPP-acl */
 typedef struct {
-    /* Base message index for the acl plugin */
-    u16 msg_id_base;
-
     /* 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;