reduce log level
[oweals/gnunet.git] / doc / structure.dot
index ba8a211e5f4ceeb0afb07ab8f9e5ec809622629d..acf3ce7d1a709c45a3f84207dab2aabac40d1fb1 100644 (file)
@@ -18,6 +18,7 @@ splines = true;
   fs -> mesh;
   fs -> ats;
   fs -> block [style=dotted,color=blue];
+  fs -> identity;
   exit [shape=box];
   exit -> mesh;
   exit -> tun;
@@ -35,6 +36,8 @@ splines = true;
   gns -> dns;
   gns -> dht;
   gns -> block [style=dotted,color=blue];
+  gns -> identity;
+  namestore -> identity;
   dht -> core;
   dht -> nse;
   dht -> block;
@@ -70,14 +73,14 @@ splines = true;
   dv -> set;
   consensus -> set;
   consensus -> mesh;
+  scalarproduct -> set;
+  scalarproduct -> mesh;
   set -> mesh;
   peerinfo -> hello;
   fragmentation [shape=diamond];
   hello [shape=diamond];
   nat [shape=diamond];
   tun [shape=diamond];
-
-
 }
 
 // this is what might happen...