diff options
Diffstat (limited to 'src/vnet/interface.h')
-rw-r--r-- | src/vnet/interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/interface.h b/src/vnet/interface.h index f65b653c5d4..a761b04aff8 100644 --- a/src/vnet/interface.h +++ b/src/vnet/interface.h @@ -630,6 +630,7 @@ typedef struct { CLIB_CACHE_LINE_ALIGN_MARK (cacheline0); vnet_hw_if_tx_frame_t frame; + u32 n_threads; } vnet_hw_if_output_node_runtime_t; /* Hardware-interface. This corresponds to a physical wire |