fix RELOAD
This commit is contained in:
parent
512da29273
commit
f3261ce525
2 changed files with 15 additions and 4 deletions
|
@ -30,6 +30,10 @@ type RemoteRepo = Git.Repo
|
|||
type LocalRepo = Git.Repo
|
||||
|
||||
-- All Transports share a single AnnexState MVar
|
||||
--
|
||||
-- Different TransportHandles may have different versions of the LocalRepo.
|
||||
-- (For example, the ssh transport modifies it to enable ssh connection
|
||||
-- caching.)
|
||||
data TransportHandle = TransportHandle LocalRepo (MVar Annex.AnnexState)
|
||||
|
||||
-- Messages that the daemon emits.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue