diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-06-04 12:25:14 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-06-04 12:25:14 +0000 |
commit | eb9f75cf04f449f04713af6584ccae9e42b49eb2 (patch) | |
tree | af7868c52a2604371ef8a8ce90c622bec7492a1a /doc | |
parent | 52879fb73f77c023d871d448c7901a478f4f0e12 (diff) |
-updating desired project structure graph
Diffstat (limited to 'doc')
-rw-r--r-- | doc/structure.dot | 13 |
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 { splines = true; voting [shape=house]; voting -> consensus; - voting -> stream; + voting -> mesh; fs [shape=house]; fs -> dht; fs -> core; fs -> datastore; - fs -> stream; + fs -> mesh; fs -> ats; fs -> block [style=dotted,color=blue]; exit -> mesh; @@ -36,9 +36,6 @@ splines = true; gns -> block [style=dotted,color=blue]; // psycd [style=dashed,shape=house]; // psycd -> mesh [style=dashed]; - stream [shape=diamond]; - stream -> mesh; - stream -> lockmanager; dht -> core; dht -> nse; dht -> block; @@ -53,7 +50,6 @@ splines = true; mesh -> regex; mesh -> block [style=dotted,color=blue]; // mesh -> ats [style=dashed]; - regex [shape=diamond]; regex -> dht; core -> transport; core -> peerinfo; @@ -73,8 +69,9 @@ splines = true; dv [shape=egg]; dv -> transport [color=blue,style=dotted]; dv -> core; - dv -> consensus; - consensus -> mesh; + dv -> set; + consensus -> set; + set -> mesh; peerinfo -> hello; fragmentation [shape=diamond]; hello [shape=diamond]; |