From 8a36caa65e79717f114568be6d8ba7a599f145ac Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Sun, 28 Feb 2016 00:10:10 -0500 Subject: Refs to commits, source -> footnotes. --- report/chapters/3-arch-d.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'report/chapters/3-arch-d.tex') diff --git a/report/chapters/3-arch-d.tex b/report/chapters/3-arch-d.tex index 8350f63..98c739a 100644 --- a/report/chapters/3-arch-d.tex +++ b/report/chapters/3-arch-d.tex @@ -192,10 +192,10 @@ The database is a JSON file on the disk, stored by default at is the sole interface to read from and write to database. The database is primarily accessed and modified by the combox directory monitor (\verb+ComboxDirMonitor+) and the node directory monitor -(\verb+NodeDirMonitor+) through a shared Lock\cite{py:threading.Lock} -that ensures that only one entity\footnote{An entity can be the combox - directory monitor or one of the node directory monitors} can -access/modify the database at a time. +(\verb+NodeDirMonitor+) through a shared Lock that ensures that only +one entity\footnote{An entity can be the combox directory monitor or + one of the node directory monitors} can access/modify the database +at a time. Below is an illustration of the structure of the combox database: -- cgit v1.2.3