docs: change code blocks from "shell" to "console"
[vpp.git] / src / vpp-api / java / jvpp-ioamexport / jvpp_ioam_export.h
index b6c0c16..596a054 100644 (file)
 
 /* Global state for JVPP-IOAM-EXPORT */
 typedef struct {
-    /* Base message index for the export 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;