git-annex sim log
This commit is contained in:
parent
b85965cb3c
commit
02f0996e25
3 changed files with 21 additions and 11 deletions
|
@ -67,7 +67,7 @@ data SimState t = SimState
|
|||
, simRebalance :: Bool
|
||||
, simHistory :: [SimCommand]
|
||||
, simVectorClock :: VectorClock
|
||||
, simFile :: Maybe FilePath
|
||||
, simLogFile :: Maybe FilePath
|
||||
, simRootDirectory :: FilePath
|
||||
}
|
||||
deriving (Show, Read)
|
||||
|
@ -90,7 +90,7 @@ emptySimState rngseed rootdir = SimState
|
|||
, simRebalance = False
|
||||
, simHistory = []
|
||||
, simVectorClock = VectorClock 0
|
||||
, simFile = Nothing
|
||||
, simLogFile = Nothing
|
||||
, simRootDirectory = rootdir
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue