aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 11:48:31 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 11:48:31 +0000
commit3010a74ad4f5e840bc64a127ae7501a481e0b7e8 (patch)
treed14acad95ef9c16a9087a48b1b7d90bda92ac7c5
parentf1ee15341aa2da62691269130c915f86c7644df8 (diff)
downloadgnunet-3010a74ad4f5e840bc64a127ae7501a481e0b7e8.tar.gz
gnunet-3010a74ad4f5e840bc64a127ae7501a481e0b7e8.zip
-update dependency graph
-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;