aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-11-24 23:47:18 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-11-24 23:47:18 +0000
commit355cd9737eed590ae3ebc836234834d6bef6f35d (patch)
tree02a2dadfd999ec82f2e088a11e9205c6557d5e32 /doc
parent4e35effbb363bca9519292dc2ad8bb5724c1e631 (diff)
-updating dependency diagram
git-svn-id: https://gnunet.org/svn/gnunet@25124 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'doc')
-rw-r--r--doc/structure.dot8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/structure.dot b/doc/structure.dot
index f7f0ac451c..0d99a32c69 100644
--- a/doc/structure.dot
+++ b/doc/structure.dot
@@ -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;