FD.io VPP  v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
vl_api_show_threads_reply_t Struct Reference

show_threads_reply More...

+ Collaboration diagram for vl_api_show_threads_reply_t:

Data Fields

u32 context
 
i32 retval
 
u32 count
 
vl_api_thread_data_t thread_data [count]
 

Detailed Description

show_threads_reply

Template Parameters
context- returned sender context, to match reply w/ request
retval- return code
count- number of threads in thread_data array
thread_data- array of thread data

Definition at line 232 of file vpe.api.

Field Documentation

◆ context

u32 vl_api_show_threads_reply_t::context

Definition at line 234 of file vpe.api.

◆ count

u32 vl_api_show_threads_reply_t::count

Definition at line 236 of file vpe.api.

◆ retval

i32 vl_api_show_threads_reply_t::retval

Definition at line 235 of file vpe.api.

◆ thread_data

vl_api_thread_data_t vl_api_show_threads_reply_t::thread_data[count]

Definition at line 237 of file vpe.api.


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