diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-06 11:48:31 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-06 11:48:31 +0000 |
commit | 3010a74ad4f5e840bc64a127ae7501a481e0b7e8 (patch) | |
tree | d14acad95ef9c16a9087a48b1b7d90bda92ac7c5 /doc | |
parent | f1ee15341aa2da62691269130c915f86c7644df8 (diff) |
-update dependency graph
Diffstat (limited to 'doc')
-rw-r--r-- | doc/structure.dot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/structure.dot b/doc/structure.dot index 0ceca2c4d0..5874fb73ac 100644 --- a/doc/structure.dot +++ b/doc/structure.dot @@ -37,6 +37,9 @@ splines = true; gns -> dht; gns -> block [style=dotted,color=blue]; gns -> identity; + gns -> revocation; + revocation -> core; + revocation -> set; namestore -> identity; dht -> core; dht -> nse; |