aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-19 13:17:57 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-19 13:17:57 +0200
commit28bd10098bf571c0fa2cc988d7422528c0d68877 (patch)
treebb0c1bc8bc267cf9d92fb51ebd5853726552cdfd
parent6531e03875f8b3dba0eface2ac8ea195e9a80d86 (diff)
downloadgnunet-28bd10098bf571c0fa2cc988d7422528c0d68877.tar.gz
gnunet-28bd10098bf571c0fa2cc988d7422528c0d68877.zip
-document seti/setu in structure
-rw-r--r--doc/handbook/images/structure.dot6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/handbook/images/structure.dot b/doc/handbook/images/structure.dot
index a53db90b8..f3cf193d8 100644
--- a/doc/handbook/images/structure.dot
+++ b/doc/handbook/images/structure.dot
@@ -52,7 +52,7 @@ splines = true;
52 gns -> dnsstub; 52 gns -> dnsstub;
53 gns -> identity; 53 gns -> identity;
54 revocation -> core; 54 revocation -> core;
55 revocation -> set; 55 revocation -> setu;
56 namestore -> identity; 56 namestore -> identity;
57 namestore -> gnsrecord; 57 namestore -> gnsrecord;
58 dnsparser -> gnsrecord [style=dotted,color=blue]; 58 dnsparser -> gnsrecord [style=dotted,color=blue];
@@ -96,9 +96,11 @@ splines = true;
96 transport -> fragmentation; 96 transport -> fragmentation;
97 consensus -> set; 97 consensus -> set;
98 consensus -> cadet; 98 consensus -> cadet;
99 scalarproduct -> set; 99 scalarproduct -> seti;
100 scalarproduct -> cadet; 100 scalarproduct -> cadet;
101 set -> cadet; 101 set -> cadet;
102 seti -> cadet;
103 setu -> cadet;
102 peerinfo -> hello; 104 peerinfo -> hello;
103 fragmentation [shape=diamond]; 105 fragmentation [shape=diamond];
104 hello [shape=diamond]; 106 hello [shape=diamond];