Commit 0ef5e1ba authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 36a24373
......@@ -9,6 +9,7 @@ digraph {
Sgo -> Mmap_go;
Sgo -> io_cancel;
Sgo -> load_serial_next;
Sgo -> sha1_index;
Cpy_r_Sgo -> Sgo;
Cpy_r_Sgo -> Protog_fix;
......@@ -37,6 +38,8 @@ digraph {
io_cancel [label="? conn IO vs ctx cancel"];
load_serial_next [label=<? GetObject return += serial<sub>next</sub>>];
sha1_index [label="? sha1 index"];
//Cgo -> Cgo_tasks;
//Cgo_tasks [label="- talkMaster\n- update nodeTab/partTab\n- dial S on demand\n..." style=filled fillcolor=lightyellow];
}
This diff is collapsed.
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