chiark / gitweb /
sd-rtnl: fix reading of nla type
[elogind.git] / src / shared / output-mode.h
index ac1bb0123b5fbcff4845b46211387c0307dc3e1c..81d7f05d91e2aaebdac5251ab2af7fcc036afe82 100644 (file)
@@ -44,4 +44,5 @@ typedef enum OutputFlags {
         OUTPUT_COLOR          = 1 << 4,
         OUTPUT_CATALOG        = 1 << 5,
         OUTPUT_BEGIN_NEWLINE  = 1 << 6,
+        OUTPUT_UTC            = 1 << 7,
 } OutputFlags;