chiark / gitweb /
bus: add minimal event loop API
[elogind.git] / src / systemd / sd-journal.h
index 72ea328b28876739aacb41d5cd075eab7e7daa28..887fd3007b11cf21553f5533a8e57622e0c8a11f 100644 (file)
@@ -87,8 +87,9 @@ enum {
         SD_JOURNAL_LOCAL_ONLY = 1,
         SD_JOURNAL_RUNTIME_ONLY = 2,
         SD_JOURNAL_SYSTEM = 4,
-        SD_JOURNAL_SYSTEM_ONLY = SD_JOURNAL_SYSTEM, /* deprecated */
         SD_JOURNAL_CURRENT_USER = 8,
+
+        SD_JOURNAL_SYSTEM_ONLY = SD_JOURNAL_SYSTEM, /* deprecated name */
 };
 
 /* Wakeup event types */