Edge representation. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/plugin/regex/regex_block_lib.h>
Data Fields | |
const char * | label |
Label of the edge. More... | |
struct GNUNET_HashCode | destination |
Destination of the edge. More... | |
Edge representation.
Definition at line 52 of file regex_block_lib.h.
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().
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().