From eda395cfddc0de2d4e6ec75c88b6a1d0b125f91d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 24 Nov 2012 23:47:18 +0000 Subject: -updating dependency diagram --- doc/structure.dot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/structure.dot') diff --git a/doc/structure.dot b/doc/structure.dot index f7f0ac451..0d99a32c6 100644 --- a/doc/structure.dot +++ b/doc/structure.dot @@ -13,9 +13,9 @@ splines = true; fs -> dht; fs -> core; fs -> datastore; - fs -> stream [style=dashed]; + fs -> stream; fs -> ats [style=dashed]; - fs -> block [stlye=dotted,color=blue]; + fs -> block [style=dotted,color=blue]; exit -> mesh; exit -> tun; vpn -> mesh; @@ -36,7 +36,7 @@ splines = true; // psycd -> mesh [style=dashed]; stream [shape=diamond]; stream -> mesh; - stream -> lockmanager [style=dashed]; + stream -> lockmanager; dht -> core; dht -> nse; dht -> block; @@ -48,7 +48,7 @@ splines = true; mesh -> core [weight=2]; mesh -> dht; mesh -> regex; - mesh -> block [stlye=dashed,color=blue]; + mesh -> block [color=blue]; mesh -> ats [style=dashed]; regex [shape=diamond]; core -> transport; -- cgit v1.2.3