move code around and rename thread; no functional changes

This commit is contained in:
Joey Hess 2013-10-29 13:41:44 -04:00
parent d068ec79ff
commit fabb0c50b7
10 changed files with 130 additions and 122 deletions

View file

@ -5,14 +5,14 @@
- Licensed under the GNU GPL version 3 or higher.
-}
module Assistant.Types.RemoteProblem where
module Assistant.Types.RepoProblem where
import Types
import Utility.TList
import Control.Concurrent.STM
type RemoteProblemChan = TList Remote
type RepoProblemChan = TList UUID
newRemoteProblemChan :: IO RemoteProblemChan
newRemoteProblemChan = atomically newTList
newRepoProblemChan :: IO RepoProblemChan
newRepoProblemChan = atomically newTList