-updating desired project structure graph
authorChristian Grothoff <christian@grothoff.org>
Tue, 4 Jun 2013 12:25:14 +0000 (12:25 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 4 Jun 2013 12:25:14 +0000 (12:25 +0000)
doc/structure.dot

index da261be4245b760d041edcf0a38f0bce7f64423c..d988490b8eb95c30985bda2191ca10388c62d24c 100644 (file)
@@ -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];