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 0ceca2c4d..5874fb73a 100644
--- a/doc/structure.dot
+++ b/doc/structure.dot
@@ -37,6 +37,9 @@ splines = true;
37 gns -> dht; 37 gns -> dht;
38 gns -> block [style=dotted,color=blue]; 38 gns -> block [style=dotted,color=blue];
39 gns -> identity; 39 gns -> identity;
40 gns -> revocation;
41 revocation -> core;
42 revocation -> set;
40 namestore -> identity; 43 namestore -> identity;
41 dht -> core; 44 dht -> core;
42 dht -> nse; 45 dht -> nse;