better ordering of alerts
This commit is contained in:
parent
d52c932424
commit
d62b157194
6 changed files with 60 additions and 15 deletions
|
@ -51,7 +51,6 @@ data DaemonStatus = DaemonStatus
|
|||
type TransferMap = M.Map Transfer TransferInfo
|
||||
|
||||
type AlertMap = M.Map AlertId Alert
|
||||
type AlertId = Integer
|
||||
|
||||
{- This TMVar is never left empty, so accessing it will never block. -}
|
||||
type DaemonStatusHandle = TMVar DaemonStatus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue