aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/structure.dot13
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/structure.dot b/doc/structure.dot
index da261be42..d988490b8 100644
--- a/doc/structure.dot
+++ b/doc/structure.dot
@@ -10,12 +10,12 @@ digraph dependencies {
10splines = true; 10splines = true;
11 voting [shape=house]; 11 voting [shape=house];
12 voting -> consensus; 12 voting -> consensus;
13 voting -> stream; 13 voting -> mesh;
14 fs [shape=house]; 14 fs [shape=house];
15 fs -> dht; 15 fs -> dht;
16 fs -> core; 16 fs -> core;
17 fs -> datastore; 17 fs -> datastore;
18 fs -> stream; 18 fs -> mesh;
19 fs -> ats; 19 fs -> ats;
20 fs -> block [style=dotted,color=blue]; 20 fs -> block [style=dotted,color=blue];
21 exit -> mesh; 21 exit -> mesh;
@@ -36,9 +36,6 @@ splines = true;
36 gns -> block [style=dotted,color=blue]; 36 gns -> block [style=dotted,color=blue];
37// psycd [style=dashed,shape=house]; 37// psycd [style=dashed,shape=house];
38// psycd -> mesh [style=dashed]; 38// psycd -> mesh [style=dashed];
39 stream [shape=diamond];
40 stream -> mesh;
41 stream -> lockmanager;
42 dht -> core; 39 dht -> core;
43 dht -> nse; 40 dht -> nse;
44 dht -> block; 41 dht -> block;
@@ -53,7 +50,6 @@ splines = true;
53 mesh -> regex; 50 mesh -> regex;
54 mesh -> block [style=dotted,color=blue]; 51 mesh -> block [style=dotted,color=blue];
55// mesh -> ats [style=dashed]; 52// mesh -> ats [style=dashed];
56 regex [shape=diamond];
57 regex -> dht; 53 regex -> dht;
58 core -> transport; 54 core -> transport;
59 core -> peerinfo; 55 core -> peerinfo;
@@ -73,8 +69,9 @@ splines = true;
73 dv [shape=egg]; 69 dv [shape=egg];
74 dv -> transport [color=blue,style=dotted]; 70 dv -> transport [color=blue,style=dotted];
75 dv -> core; 71 dv -> core;
76 dv -> consensus; 72 dv -> set;
77 consensus -> mesh; 73 consensus -> set;
74 set -> mesh;
78 peerinfo -> hello; 75 peerinfo -> hello;
79 fragmentation [shape=diamond]; 76 fragmentation [shape=diamond];
80 hello [shape=diamond]; 77 hello [shape=diamond];