FD.io VPP  v19.08.1-401-g8e4ed521a
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 159 of file session.api.

Field Documentation

◆ client_index

u32 vl_api_map_another_segment_t::client_index

Definition at line 160 of file session.api.

◆ context

u32 vl_api_map_another_segment_t::context

Definition at line 161 of file session.api.

◆ fd_flags

u8 vl_api_map_another_segment_t::fd_flags

Definition at line 162 of file session.api.

◆ segment_handle

u64 vl_api_map_another_segment_t::segment_handle

Definition at line 165 of file session.api.

◆ segment_name

u8 vl_api_map_another_segment_t::segment_name[128]

Definition at line 164 of file session.api.

◆ segment_size

u32 vl_api_map_another_segment_t::segment_size

Definition at line 163 of file session.api.


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