summaryrefslogtreecommitdiff
path: root/Types/KeySource.hs
Commit message (Collapse)AuthorAge
* remove unused and slightly indefensible Eq and Ord instancesGravatar Joey Hess2012-06-21
|
* maintain set of files pendingAddGravatar Joey Hess2012-06-20
Kqueue needs to remember which files failed to be added due to being open, and retry them. This commit gets the data in place for such a retry thread. Broke KeySource out into its own file, and added Eq and Ord instances so it can be stored in a Set.