Motr  M0
m0_gvertice_type Struct Reference

#include <graph.h>

Collaboration diagram for m0_gvertice_type:
Collaboration graph

Data Fields

uint64_t vt_id
 
const char * vt_name
 
const struct m0_xcode_typevt_xt
 
uint32_t vt_arc_nr
 
const struct m0_garc_typevt_arc [M0_GRAPH_ARC_PER_NODE_MAX]
 

Detailed Description

Definition at line 72 of file graph.h.

Field Documentation

◆ vt_arc

const struct m0_garc_type* vt_arc[M0_GRAPH_ARC_PER_NODE_MAX]

Definition at line 77 of file graph.h.

◆ vt_arc_nr

uint32_t vt_arc_nr

Definition at line 76 of file graph.h.

◆ vt_id

uint64_t vt_id

Definition at line 73 of file graph.h.

◆ vt_name

const char* vt_name

Definition at line 74 of file graph.h.

◆ vt_xt

const struct m0_xcode_type* vt_xt

Definition at line 75 of file graph.h.


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