memif: vectorized buffer enqueue in input node
[vpp.git] / src / vpp-api / java / jvpp-ioampot / jvpp_ioam_pot.h
index 00aa51d..51db3da 100644 (file)
 
 /* Global state for JVPP-IOAM-POT */
 typedef struct {
-    /* Base message index for the pot 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;