]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/output-mode.h
journalctl: add with-unit mode
[thirdparty/systemd.git] / src / shared / output-mode.h
index 3aa7b295e355676f9d75d44b8191bdd5922b036f..a44d5286756a5336ea8a2fc61a5e30f5707f8eaa 100644 (file)
@@ -23,6 +23,7 @@ typedef enum OutputMode {
         OUTPUT_JSON_PRETTY,
         OUTPUT_JSON_SSE,
         OUTPUT_CAT,
+        OUTPUT_WITH_UNIT,
         _OUTPUT_MODE_MAX,
         _OUTPUT_MODE_INVALID = -1
 } OutputMode;