CNDP  22.08.0
cne_graph_cluster_stats_param Struct Reference

#include <cne_graph.h>

Data Fields

cne_graph_cluster_stats_cb_t fn
 
uint16_t nb_graph_patterns
 
const char ** graph_patterns
 

Detailed Description

Structure to hold configuration parameters for graph cluster stats create.

See also
cne_graph_cluster_stats_create()
Examples
examples/l3fwd-graph/fwd.c.

Definition at line 152 of file cne_graph.h.

Field Documentation

◆ fn

< Stats print callback function. NULL value allowed, in that case, default print stat function used.

Definition at line 156 of file cne_graph.h.

◆ nb_graph_patterns

uint16_t nb_graph_patterns

Number of graph patterns.

Examples
examples/l3fwd-graph/fwd.c.

Definition at line 158 of file cne_graph.h.

◆ graph_patterns

const char** graph_patterns

Array of graph patterns based on shell pattern.

Examples
examples/l3fwd-graph/fwd.c.

Definition at line 159 of file cne_graph.h.


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