chiark / gitweb /
service: add generic LSB provides handling for facilities
[elogind.git] / src / swap.h
index a180708ac8f5758bc8d1195945656acdb74788aa..9c249ca43cd93f5d5d3bdf4f984c8e66421c04e8 100644 (file)
@@ -30,7 +30,7 @@ typedef struct Swap Swap;
 typedef enum SwapState {
         SWAP_DEAD,
         SWAP_ACTIVE,
-        SWAP_MAINTENANCE,
+        SWAP_FAILED,
         _SWAP_STATE_MAX,
         _SWAP_STATE_INVALID = -1
 } SwapState;