FD.io VPP  v16.09
Vector Packet Processing
vl_api_show_version_reply_t Struct Reference

show version response More...

Data Fields

u32 context
 
i32 retval
 
u8 program [32]
 
u8 version [32]
 
u8 build_date [32]
 
u8 build_directory [256]
 

Detailed Description

show version response

Template Parameters
context- sender context, to match reply w/ request
retval- return code for the request
program- name of the program (vpe)
version- version of the program
build_directory- root of the workspace where the program was built

Definition at line 2205 of file vpe.api.

Field Documentation

u8 vl_api_show_version_reply_t::build_date[32]

Definition at line 2211 of file vpe.api.

u8 vl_api_show_version_reply_t::build_directory[256]

Definition at line 2212 of file vpe.api.

u32 vl_api_show_version_reply_t::context

Definition at line 2207 of file vpe.api.

u8 vl_api_show_version_reply_t::program[32]

Definition at line 2209 of file vpe.api.

i32 vl_api_show_version_reply_t::retval

Definition at line 2208 of file vpe.api.

u8 vl_api_show_version_reply_t::version[32]

Definition at line 2210 of file vpe.api.


The documentation for this struct was generated from the following file: