GNUnet 0.21.1
REGEX_BLOCK_Edge Struct Reference

Edge representation. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/plugin/regex/regex_block_lib.h>

Collaboration diagram for REGEX_BLOCK_Edge:
[legend]

Data Fields

const char * label
 Label of the edge. More...
 
struct GNUNET_HashCode destination
 Destination of the edge. More...
 

Detailed Description

Edge representation.

Definition at line 52 of file regex_block_lib.h.

Field Documentation

◆ label

const char* REGEX_BLOCK_Edge::label

Label of the edge.

FIXME: might want to not consume exactly multiples of 8 bits, need length!

Definition at line 58 of file regex_block_lib.h.

Referenced by iterate_initial_edge(), and state_get_edges().

◆ destination

struct GNUNET_HashCode REGEX_BLOCK_Edge::destination

Destination of the edge.

Definition at line 63 of file regex_block_lib.h.

Referenced by iterate_initial_edge(), REGEX_BLOCK_create(), and state_get_edges().


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