FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
vl_api_show_version_reply_t Struct Reference

show version response More...

Data Fields

u32 context
 
i32 retval
 
string program [32]
 
string version [32]
 
string build_date [32]
 
string 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 183 of file vpe.api.

Field Documentation

string vl_api_show_version_reply_t::build_date[32]

Definition at line 189 of file vpe.api.

string vl_api_show_version_reply_t::build_directory[256]

Definition at line 190 of file vpe.api.

u32 vl_api_show_version_reply_t::context

Definition at line 185 of file vpe.api.

string vl_api_show_version_reply_t::program[32]

Definition at line 187 of file vpe.api.

i32 vl_api_show_version_reply_t::retval

Definition at line 186 of file vpe.api.

string vl_api_show_version_reply_t::version[32]

Definition at line 188 of file vpe.api.


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