aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/structure.dot8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/structure.dot b/doc/structure.dot
index f7f0ac451..0d99a32c6 100644
--- a/doc/structure.dot
+++ b/doc/structure.dot
@@ -13,9 +13,9 @@ splines = true;
13 fs -> dht; 13 fs -> dht;
14 fs -> core; 14 fs -> core;
15 fs -> datastore; 15 fs -> datastore;
16 fs -> stream [style=dashed]; 16 fs -> stream;
17 fs -> ats [style=dashed]; 17 fs -> ats [style=dashed];
18 fs -> block [stlye=dotted,color=blue]; 18 fs -> block [style=dotted,color=blue];
19 exit -> mesh; 19 exit -> mesh;
20 exit -> tun; 20 exit -> tun;
21 vpn -> mesh; 21 vpn -> mesh;
@@ -36,7 +36,7 @@ splines = true;
36// psycd -> mesh [style=dashed]; 36// psycd -> mesh [style=dashed];
37 stream [shape=diamond]; 37 stream [shape=diamond];
38 stream -> mesh; 38 stream -> mesh;
39 stream -> lockmanager [style=dashed]; 39 stream -> lockmanager;
40 dht -> core; 40 dht -> core;
41 dht -> nse; 41 dht -> nse;
42 dht -> block; 42 dht -> block;
@@ -48,7 +48,7 @@ splines = true;
48 mesh -> core [weight=2]; 48 mesh -> core [weight=2];
49 mesh -> dht; 49 mesh -> dht;
50 mesh -> regex; 50 mesh -> regex;
51 mesh -> block [stlye=dashed,color=blue]; 51 mesh -> block [color=blue];
52 mesh -> ats [style=dashed]; 52 mesh -> ats [style=dashed];
53 regex [shape=diamond]; 53 regex [shape=diamond];
54 core -> transport; 54 core -> transport;