diff options
author | Damjan Marion <damarion@cisco.com> | 2023-11-02 18:40:32 +0000 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2023-11-03 09:26:47 +0000 |
commit | 6bd6c80f27c708f72aef1d850e48deaef832477e (patch) | |
tree | b1aa3c39f4b25e83d28f213e719d3963242fdb8d /src/vnet/dev/dev.h | |
parent | 8800f732f868bf54da8adba05e38bd2477895ca5 (diff) |
dev: strip debig log function name prefix during compilation
Type: improvement
Change-Id: I9b9bb37a0895366b412f042b0e2da5bbdd477325
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vnet/dev/dev.h')
-rw-r--r-- | src/vnet/dev/dev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/dev/dev.h b/src/vnet/dev/dev.h index 5c80b98f580..9b54e737307 100644 --- a/src/vnet/dev/dev.h +++ b/src/vnet/dev/dev.h @@ -613,6 +613,7 @@ format_function_t format_vnet_dev_rx_queue_info; format_function_t format_vnet_dev_tx_queue_info; format_function_t format_vnet_dev_flags; format_function_t format_vnet_dev_port_flags; +format_function_t format_vnet_dev_log; unformat_function_t unformat_vnet_dev_flags; unformat_function_t unformat_vnet_dev_port_flags; |