aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/structure.dot3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/structure.dot b/doc/structure.dot
index acf3ce7d1..0ceca2c4d 100644
--- a/doc/structure.dot
+++ b/doc/structure.dot
@@ -51,6 +51,9 @@ splines = true;
51 mesh -> core [weight=2]; 51 mesh -> core [weight=2];
52 mesh -> dht; 52 mesh -> dht;
53 mesh -> block [style=dotted,color=blue]; 53 mesh -> block [style=dotted,color=blue];
54 conversation [shape=house];
55 conversation -> mesh;
56 conversation -> gns;
54 regex -> dht; 57 regex -> dht;
55 core -> transport; 58 core -> transport;
56 topology [shape=box]; 59 topology [shape=box];