From 802255c908a9bde9ef2e95ee7bffb8695c1c03f3 Mon Sep 17 00:00:00 2001 From: "Keith Burns (alagalah)" Date: Mon, 13 Jun 2016 16:56:04 -0700 Subject: Add sw_if_index to af_packet_create and various clean ups Change-Id: I4c2972b55d5d99f3aa7a05885791eef47351c734 Signed-off-by: Keith Burns (alagalah) --- vpp-api-test/vat/vat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vpp-api-test/vat/vat.h') diff --git a/vpp-api-test/vat/vat.h b/vpp-api-test/vat/vat.h index b32d9ffc754..4772f2e3681 100644 --- a/vpp-api-test/vat/vat.h +++ b/vpp-api-test/vat/vat.h @@ -125,6 +125,7 @@ typedef struct { u32 async_errors; volatile u32 result_ready; volatile i32 retval; + volatile u32 sw_if_index; volatile u8 *shmem_result; /* our client index */ -- cgit 1.2.3-korg