summaryrefslogtreecommitdiff
path: root/Types/CleanupActions.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types/CleanupActions.hs')
-rw-r--r--Types/CleanupActions.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Types/CleanupActions.hs b/Types/CleanupActions.hs
index 498d5b4d7..fafa2ee00 100644
--- a/Types/CleanupActions.hs
+++ b/Types/CleanupActions.hs
@@ -9,9 +9,12 @@ module Types.CleanupActions where
import Types.UUID
+import Utility.Url
+
data CleanupAction
= RemoteCleanup UUID
| StopHook UUID
| FsckCleanup
| SshCachingCleanup
+ | TorrentCleanup URLString
deriving (Eq, Ord)