FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
vl_api_graph_node_details_t Struct Reference

Details for each graph node. More...

Data Fields

u32 context
 
u32 index
 
string name [64]
 
vl_api_node_flag_t flags
 
u32 n_arcs
 
u32 arcs_out [n_arcs]
 

Detailed Description

Details for each graph node.

Template Parameters
index- index of the node
name- name of the node
flags- NODE_FLAG_* values
n_arcs- If requested, the number of out-arcs to other nodes
arcs- If requested, the set of out-arc next-node-indices

Definition at line 80 of file graph.api.

Field Documentation

◆ arcs_out

u32 vl_api_graph_node_details_t::arcs_out[n_arcs]

Definition at line 87 of file graph.api.

◆ context

u32 vl_api_graph_node_details_t::context

Definition at line 82 of file graph.api.

◆ flags

vl_api_node_flag_t vl_api_graph_node_details_t::flags

Definition at line 85 of file graph.api.

◆ index

u32 vl_api_graph_node_details_t::index

Definition at line 83 of file graph.api.

◆ n_arcs

u32 vl_api_graph_node_details_t::n_arcs

Definition at line 86 of file graph.api.

◆ name

string vl_api_graph_node_details_t::name[64]

Definition at line 84 of file graph.api.


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