memory corruption
[oweals/gnunet.git] / doc / structure.dot
index f7f0ac451c114d3c1dea234e67046357be11594d..0d99a32c690528137ffc98e750f2bb6a76c98fa2 100644 (file)
@@ -13,9 +13,9 @@ splines = true;
   fs -> dht;
   fs -> core;
   fs -> datastore;
-  fs -> stream [style=dashed];
+  fs -> stream;
   fs -> ats [style=dashed];
-  fs -> block [stlye=dotted,color=blue];
+  fs -> block [style=dotted,color=blue];
   exit -> mesh;
   exit -> tun;
   vpn -> mesh;
@@ -36,7 +36,7 @@ splines = true;
 //  psycd -> mesh [style=dashed];
   stream [shape=diamond];
   stream -> mesh;
-  stream -> lockmanager [style=dashed];
+  stream -> lockmanager;
   dht -> core;
   dht -> nse;
   dht -> block;
@@ -48,7 +48,7 @@ splines = true;
   mesh -> core [weight=2];
   mesh -> dht;
   mesh -> regex;
-  mesh -> block [stlye=dashed,color=blue];
+  mesh -> block [color=blue];
   mesh -> ats [style=dashed];
   regex [shape=diamond];
   core -> transport;