From b1702ba0a0bcd2a54bccc6eaa3025f4c002edf88 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 15 Apr 2014 14:07:21 +0000 Subject: -rebuilding PDF --- doc/structure.dot | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'doc/structure.dot') diff --git a/doc/structure.dot b/doc/structure.dot index 687badcd3..ec13c93b0 100644 --- a/doc/structure.dot +++ b/doc/structure.dot @@ -11,6 +11,13 @@ digraph dependencies { splines = true; + voting [shape=house]; + voting -> consensus; + voting -> identity; + voting -> mesh; + voting -> secretsharing; + secretsharing -> consensus; + fs [shape=house]; fs -> dht; fs -> core; @@ -111,6 +118,13 @@ splines = true; digraph dependencies_no_libs { splines = true; + voting [shape=house]; + voting -> consensus; + voting -> identity; + voting -> mesh; + voting -> secretsharing; + secretsharing -> consensus; + fs [shape=house]; fs -> dht; fs -> core; @@ -192,12 +206,6 @@ splines = true; secushare -> conversation [style=dashed,color=red]; psyc -> multicast [style=dashed]; -// // voting roadmap: - voting [shape=house,style=dashed]; - voting -> consensus [style=dashed]; - voting -> identity [style=dashed]; - voting -> mesh [style=dashed,color=red]; - // // reuters roadmap: reuters [shape=house,style=dashed]; scalarproduct [style=dashed]; -- cgit v1.2.3