summaryrefslogtreecommitdiff
path: root/Annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex.hs')
-rw-r--r--Annex.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Annex.hs b/Annex.hs
index 3771bf5ba..2f0f7f5dc 100644
--- a/Annex.hs
+++ b/Annex.hs
@@ -86,6 +86,7 @@ data AnnexState = AnnexState
, force :: Bool
, fast :: Bool
, auto :: Bool
+ , daemon :: Bool
, branchstate :: BranchState
, repoqueue :: Maybe Git.Queue.Queue
, catfilehandles :: M.Map FilePath CatFileHandle
@@ -116,6 +117,7 @@ newState gitrepo = AnnexState
, force = False
, fast = False
, auto = False
+ , daemon = False
, branchstate = startBranchState
, repoqueue = Nothing
, catfilehandles = M.empty