summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-14 03:06:57 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-14 03:06:57 +0100
commita7bc2c2ac8d26779ed1154841545e8c0efbef31c (patch)
treef7883e41d928d368c27bc29c9348578cdc1e6760 /src/util.h
parentde0229ca36034981f6c380de39bf7ffd3c6b57fa (diff)
util: introduce FORMAT_BYTES_MAX
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index e6ffad6c2e..5413490c13 100644
--- a/src/util.h
+++ b/src/util.h
@@ -67,6 +67,7 @@ typedef struct dual_timestamp {
#define FORMAT_TIMESTAMP_MAX 64
#define FORMAT_TIMESTAMP_PRETTY_MAX 256
#define FORMAT_TIMESPAN_MAX 64
+#define FORMAT_BYTES_MAX 8
#define ANSI_HIGHLIGHT_ON "\x1B[1;39m"
#define ANSI_HIGHLIGHT_RED_ON "\x1B[1;32m"