diff options
author | Ole Troan <ot@cisco.com> | 2021-05-06 14:09:50 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-05-06 14:19:55 +0000 |
commit | 2c4acdd8d47a14867d9658debc674323efc78323 (patch) | |
tree | 4685a71f7939e7297219181901a70b11d4d15928 /src/vnet | |
parent | a606d92107d4bf0107c3f54e2c87d39311f82075 (diff) |
vlib: rename vl_counter_t to vlib_error_desc_t
Type: improvement
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I368b0410db2d633d3c52199c840e24d21952c1b4
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/interface.h b/src/vnet/interface.h index 744496cdd5d..0ffaffed5d4 100644 --- a/src/vnet/interface.h +++ b/src/vnet/interface.h @@ -229,7 +229,7 @@ typedef struct _vnet_device_class /* Error strings indexed by error code for this node. */ char **tx_function_error_strings; - vl_counter_t *tx_function_error_counters; + vlib_error_desc_t *tx_function_error_counters; /* Number of error codes used by this node. */ u32 tx_function_n_errors; |