diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-16 12:21:14 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-16 12:21:14 +0000 |
commit | 397bf97baec5f48708b3a20ce0d1a8bc027870df (patch) | |
tree | 753b099be0dea0ae70cf848b763e04e333f71fb0 /doc | |
parent | 54d912e8c447f302172bf6dc3b3fe6769f4ac685 (diff) |
-updated structure
Diffstat (limited to 'doc')
-rw-r--r-- | doc/structure.dot | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/structure.dot b/doc/structure.dot index 8a3845c44a..687badcd36 100644 --- a/doc/structure.dot +++ b/doc/structure.dot @@ -4,7 +4,7 @@ // diamond = library // black line = dependency // blue line = extension via plugin -// red line = possibly useful +// red line = possibly useful // dashed = in planning // this is what we have...o @@ -47,7 +47,10 @@ splines = true; revocation -> core; revocation -> set; namestore -> identity; - namestore -> dnsparser; + namestore -> gnsrecord; + dnsparser -> gnsrecord [style=dotted,color=blue]; + conversation -> gnsrecord [style=dotted,color=blue]; + gns -> gnsrecord [style=dotted,color=blue]; dht -> core; dht -> nse; dht -> block; @@ -81,7 +84,7 @@ splines = true; hostlist -> peerinfo; hostlist -> hello; transport -> ats; - transport -> hello; + transport -> hello; transport -> peerinfo; transport -> nat; transport -> fragmentation; @@ -131,6 +134,7 @@ splines = true; gns -> revocation; gns -> vpn; gns -> identity; + gns -> gnsrecord; revocation -> core; revocation -> set; namestore -> identity; @@ -201,7 +205,7 @@ splines = true; reuters -> identity [style=dashed]; scalarproduct -> set [style=dashed]; scalarproduct -> mesh [style=dashed]; - messaging [style=dashed]; + messaging [style=dashed]; messaging -> regex [style=dashed]; messaging -> mesh [style=dashed]; messaging -> dht [style=dashed]; |