diff options
Diffstat (limited to 'src/vnet/bonding/node.h')
-rw-r--r-- | src/vnet/bonding/node.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/bonding/node.h b/src/vnet/bonding/node.h index 94b43dcd1d9..1ad19dec872 100644 --- a/src/vnet/bonding/node.h +++ b/src/vnet/bonding/node.h @@ -367,6 +367,8 @@ typedef struct uword *slave_by_sw_if_index; bond_per_thread_data_t *per_thread_data; + + u32 **stats; } bond_main_t; /* bond packet trace capture */ |