X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fdevices%2Fvirtio%2Fvirtio.h;h=5fc521672d9af36bf89992199d8870cb7dc06960;hb=829ee5399504478901be245914333fdf704131c2;hp=7ffb2ea3dceb0ebad0f6e228ce1ee4766e356042;hpb=b5a86eed8bd889f5c8986e5fa569a50b997ccd77;p=vpp.git diff --git a/src/vnet/devices/virtio/virtio.h b/src/vnet/devices/virtio/virtio.h index 7ffb2ea3dce..5fc521672d9 100644 --- a/src/vnet/devices/virtio/virtio.h +++ b/src/vnet/devices/virtio/virtio.h @@ -91,6 +91,8 @@ typedef struct typedef struct { u32 flags; + clib_spinlock_t lockp; + u32 id; u32 dev_instance; u32 hw_if_index;