api: refactor vlibmemory
[vpp.git] / src / vnet / session / application.h
index 2892bc5..fd6454f 100644 (file)
@@ -72,7 +72,7 @@ typedef struct _application
   u32 ns_index;
 
   /** Application listens for events on this svm queue */
-  unix_shared_memory_queue_t *event_queue;
+  svm_queue_t *event_queue;
 
   /*
    * Callbacks: shoulder-taps for the server/client