Context for graph creation. More...
Data Fields | |
FILE * | filep |
File pointer to the dot file used for output. More... | |
int | verbose |
Verbose flag, if it's set to GNUNET_YES additional info will be printed in the graph. More... | |
int | coloring |
Coloring flag, if set to GNUNET_YES SCCs will be colored. More... | |
Context for graph creation.
Passed as the cls to REGEX_TEST_automaton_save_graph_step.
Definition at line 34 of file regex_test_graph.c.
FILE* REGEX_TEST_Graph_Context::filep |
File pointer to the dot file used for output.
Definition at line 39 of file regex_test_graph.c.
int REGEX_TEST_Graph_Context::verbose |
Verbose flag, if it's set to GNUNET_YES additional info will be printed in the graph.
Definition at line 45 of file regex_test_graph.c.
int REGEX_TEST_Graph_Context::coloring |
Coloring flag, if set to GNUNET_YES SCCs will be colored.
Definition at line 50 of file regex_test_graph.c.