Commit 1f4fb5ce authored by Nils Goroll's avatar Nils Goroll

polish graph

parent 3d20d799
......@@ -9,10 +9,10 @@ digraph bytes_node_state {
subgraph cluster_T_NEXUS {
label="T_NEXUS"
ST_PRIVATE -> ST_OPEN [label="set_open()"]
ST_PRIVATE -> ST_OPEN [label=" set_open()"]
ST_PRIVATE -> ST_CLOSED [label="set_closed()"]
ST_OPEN -> ST_CLOSED [label="set_closed()"]
ST_OPEN -> ST_CLOSED [label=" set_closed()"]
}
......@@ -27,10 +27,10 @@ digraph bytes_node_state {
ST_DATA -> ST_DELIVERED [label="set_delivered()\nif NULL data"]
ST_DELIVERED -> ST_PRUNED [label=" tree_free()"]
ST_DELIVERED -> ST_PRUNED [label=" tree_prune()"]
# mutate
ST_PRIVATE -> ST_DATA [label="node_mutate_*()"]
ST_PRIVATE -> ST_DATA [xlabel="node_\nmutate_*()"]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment