summaryrefslogtreecommitdiffstats
path: root/doc/arch.dot
diff options
context:
space:
mode:
Diffstat (limited to 'doc/arch.dot')
-rw-r--r--doc/arch.dot5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/arch.dot b/doc/arch.dot
index e69de29bb..a5d7c8335 100644
--- a/doc/arch.dot
+++ b/doc/arch.dot
@@ -0,0 +1,5 @@
+digraph bcfg2 {
+ node [shape = rectangle];
+ "Core\n- File Alteration Monitor\n- Metadata Store\n- Notification Mechanism" -> ;
+}
+