diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2021-06-22 14:10:41 +0000 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2021-06-22 19:54:55 +0000 |
commit | ce74c6f016dafd234431bbf561632b107fc11d06 (patch) | |
tree | b4be4c329eec2d0e408301e1e0f05c2c198267f6 /src/vnet/ip/punt.h | |
parent | 6fc9cb2ed5f993901ce134bf8f1ff1c5d64a163c (diff) |
misc: punt: api cleanup
Use autogenerated code.
Does not change API definitions.
Type: improvement
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: I13dae61ddb7150c7fe9a7fd0eae73055ff3f2816
Diffstat (limited to 'src/vnet/ip/punt.h')
-rw-r--r-- | src/vnet/ip/punt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/ip/punt.h b/src/vnet/ip/punt.h index 858ea531ef7..a2612d60f07 100644 --- a/src/vnet/ip/punt.h +++ b/src/vnet/ip/punt.h @@ -161,6 +161,7 @@ typedef struct u32 *rx_buffers; punt_thread_data_t *thread_data; vlib_punt_hdl_t hdl; + u16 msg_id_base; } punt_main_t; extern punt_main_t punt_main; |