chiark / gitweb /
journald: use "persistent", not "permanent" as storage option
[elogind.git] / src / journal / journald.h
index 34deb8561e89f9f4476030825504af11fc53b4d8..3537a494205eb652ab9b9c71596ebe06dd0ed96b 100644 (file)
@@ -36,7 +36,7 @@
 typedef enum Storage {
         STORAGE_AUTO,
         STORAGE_VOLATILE,
-        STORAGE_PERMANENT,
+        STORAGE_PERSISTENT,
         STORAGE_NONE,
         _STORAGE_MAX,
         _STORAGE_INVALID = -1