session: pass tx buffers in bulk to transports
[vpp.git] / src / vnet / session / session.h
index e549da5..9d6c945 100644 (file)
@@ -59,6 +59,7 @@ typedef struct session_tx_context_
 
   /** Vector of tx buffer free lists */
   u32 *tx_buffers;
+  vlib_buffer_t **transport_pending_bufs;
 } session_tx_context_t;
 
 typedef struct session_evt_elt