chiark / gitweb /
virt: the pidns controller does not exist anymore
[elogind.git] / src / logs-show.h
index d3f3c759603c6ce7ac557e27abedcc8a7aa76de5..abb82c8aaca34ad65b7342541b1a7b7b19b9a6ef 100644 (file)
 
 typedef enum OutputMode {
         OUTPUT_SHORT,
+        OUTPUT_SHORT_MONOTONIC,
         OUTPUT_VERBOSE,
         OUTPUT_EXPORT,
         OUTPUT_JSON,
+        OUTPUT_CAT,
         _OUTPUT_MODE_MAX,
         _OUTPUT_MODE_INVALID = -1
 } OutputMode;