GNUnet 0.21.1
EdgeInfo Struct Reference

Information for each edge. More...

Data Fields

uint16_t destination_index
 Index of the destination of this edge in the unique destinations array. More...
 
uint16_t token_length
 Number of bytes the token for this edge takes in the token area. More...
 

Detailed Description

Information for each edge.

Definition at line 37 of file regex_block_lib.c.

Field Documentation

◆ destination_index

uint16_t EdgeInfo::destination_index

Index of the destination of this edge in the unique destinations array.

Definition at line 43 of file regex_block_lib.c.

Referenced by REGEX_BLOCK_create().

◆ token_length

uint16_t EdgeInfo::token_length

Number of bytes the token for this edge takes in the token area.

Definition at line 49 of file regex_block_lib.c.

Referenced by REGEX_BLOCK_create().


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