fix RELOAD

This commit is contained in:
Joey Hess 2014-04-20 15:45:14 -04:00
parent 512da29273
commit f3261ce525
2 changed files with 15 additions and 4 deletions

View file

@ -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.