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

vpp->client, please map an additional shared memory segment More...

Data Fields

u32 client_index
 
u32 context
 
u8 fd_flags
 
u32 segment_size
 
u8 segment_name [128]
 
u64 segment_handle
 

Detailed Description

vpp->client, please map an additional shared memory segment

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
fd_flags- set of flags that indicate which, if any, fds are to be expected over the socket. This is set only if socket transport available
segment_size- size of the segment to be mapped
segment_name- name of the segment to be mapped
segment_handle- unique identifier for segment

Definition at line 110 of file session.api.

Field Documentation

u32 vl_api_map_another_segment_t::client_index

Definition at line 111 of file session.api.

u32 vl_api_map_another_segment_t::context

Definition at line 112 of file session.api.

u8 vl_api_map_another_segment_t::fd_flags

Definition at line 113 of file session.api.

u64 vl_api_map_another_segment_t::segment_handle

Definition at line 116 of file session.api.

u8 vl_api_map_another_segment_t::segment_name[128]

Definition at line 115 of file session.api.

u32 vl_api_map_another_segment_t::segment_size

Definition at line 114 of file session.api.


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