FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Message range (belonging to a plugin) More...
Data Fields | |
u8 * | name |
name of the plugin More... | |
u16 | first_msg_id |
first assigned message ID More... | |
u16 | last_msg_id |
last assigned message ID More... | |
Message range (belonging to a plugin)
Definition at line 109 of file api_common.h.
u16 vl_api_msg_range_t::first_msg_id |
first assigned message ID
Definition at line 112 of file api_common.h.
u16 vl_api_msg_range_t::last_msg_id |
last assigned message ID
Definition at line 113 of file api_common.h.
u8* vl_api_msg_range_t::name |
name of the plugin
Definition at line 111 of file api_common.h.