FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
vl_api_pipe_create_t Struct Reference

Initialize a new pipe interface with the given paramters. More...

Data Fields

u32 client_index
 
u32 context
 
u8 is_specified
 
u32 user_instance
 

Detailed Description

Initialize a new pipe interface with the given paramters.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
is_specified- if non-0, a specific user_instance is being requested
user_instance- requested instance, ~0 => dynamically allocate

Definition at line 30 of file pipe.api.

Field Documentation

◆ client_index

u32 vl_api_pipe_create_t::client_index

Definition at line 32 of file pipe.api.

◆ context

u32 vl_api_pipe_create_t::context

Definition at line 33 of file pipe.api.

◆ is_specified

u8 vl_api_pipe_create_t::is_specified

Definition at line 34 of file pipe.api.

◆ user_instance

u32 vl_api_pipe_create_t::user_instance

Definition at line 35 of file pipe.api.


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