FD.io VPP  v17.07.01-10-g3be13f0
Vector Packet Processing
vl_api_application_attach_reply_t Struct Reference

Application attach reply. More...

Data Fields

u32 context
 
i32 retval
 
u64 app_event_queue_address
 
u32 segment_size
 
u8 segment_name_length
 
u8 segment_name [128]
 

Detailed Description

Application attach reply.

Template Parameters
context- sender context, to match reply w/ request
retval- return code for the request
app_event_queue_address- vpp event queue address or 0 if this connection shouldn't send events
segment_size- size of first shm segment
segment_name_length- length of segment name
segment_name- name of segment client needs to attach to

Definition at line 39 of file session.api.

Field Documentation

u64 vl_api_application_attach_reply_t::app_event_queue_address

Definition at line 42 of file session.api.

u32 vl_api_application_attach_reply_t::context

Definition at line 40 of file session.api.

i32 vl_api_application_attach_reply_t::retval

Definition at line 41 of file session.api.

u8 vl_api_application_attach_reply_t::segment_name[128]

Definition at line 45 of file session.api.

u8 vl_api_application_attach_reply_t::segment_name_length

Definition at line 44 of file session.api.

u32 vl_api_application_attach_reply_t::segment_size

Definition at line 43 of file session.api.


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