aboutsummaryrefslogtreecommitdiff
path: root/doc/structure.dot
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-23 13:34:27 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-23 13:34:27 +0000
commit1a4262ba723c6806e2260f6431e273e29c1143b9 (patch)
tree66c770457e89f1a36f9118ab52626bf6cbc83139 /doc/structure.dot
parentcaeb00729a53df887361d6ebaa51524dfad97732 (diff)
downloadgnunet-1a4262ba723c6806e2260f6431e273e29c1143b9.tar.gz
gnunet-1a4262ba723c6806e2260f6431e273e29c1143b9.zip
-updating dependency graph
Diffstat (limited to 'doc/structure.dot')
-rw-r--r--doc/structure.dot7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/structure.dot b/doc/structure.dot
index ba8a211e5..acf3ce7d1 100644
--- a/doc/structure.dot
+++ b/doc/structure.dot
@@ -18,6 +18,7 @@ splines = true;
18 fs -> mesh; 18 fs -> mesh;
19 fs -> ats; 19 fs -> ats;
20 fs -> block [style=dotted,color=blue]; 20 fs -> block [style=dotted,color=blue];
21 fs -> identity;
21 exit [shape=box]; 22 exit [shape=box];
22 exit -> mesh; 23 exit -> mesh;
23 exit -> tun; 24 exit -> tun;
@@ -35,6 +36,8 @@ splines = true;
35 gns -> dns; 36 gns -> dns;
36 gns -> dht; 37 gns -> dht;
37 gns -> block [style=dotted,color=blue]; 38 gns -> block [style=dotted,color=blue];
39 gns -> identity;
40 namestore -> identity;
38 dht -> core; 41 dht -> core;
39 dht -> nse; 42 dht -> nse;
40 dht -> block; 43 dht -> block;
@@ -70,14 +73,14 @@ splines = true;
70 dv -> set; 73 dv -> set;
71 consensus -> set; 74 consensus -> set;
72 consensus -> mesh; 75 consensus -> mesh;
76 scalarproduct -> set;
77 scalarproduct -> mesh;
73 set -> mesh; 78 set -> mesh;
74 peerinfo -> hello; 79 peerinfo -> hello;
75 fragmentation [shape=diamond]; 80 fragmentation [shape=diamond];
76 hello [shape=diamond]; 81 hello [shape=diamond];
77 nat [shape=diamond]; 82 nat [shape=diamond];
78 tun [shape=diamond]; 83 tun [shape=diamond];
79
80
81} 84}
82 85
83// this is what might happen... 86// this is what might happen...