summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-09-21 22:50:26 +0200
committerLennart Poettering <lennart@poettering.net>2012-09-21 22:50:26 +0200
commitc2893c4b346b3fe33a3f983a83818e91affa9631 (patch)
tree2ff1fbcd112810e23fb1252c607d0f0a3099b05e /src/systemd
parent1705594f597ed12f38bee309b3fdb3f691e2021b (diff)
journald: log how big the journal files may grow
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-id128.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemd/sd-id128.h b/src/systemd/sd-id128.h
index 126d83ce8a..05521ae4bb 100644
--- a/src/systemd/sd-id128.h
+++ b/src/systemd/sd-id128.h
@@ -64,6 +64,8 @@ static inline int sd_id128_equal(sd_id128_t a, sd_id128_t b) {
return memcmp(&a, &b, 16) == 0;
}
+#define SD_ID128_NULL ((sd_id128_t) { .qwords = { 0, 0 }})
+
#ifdef __cplusplus
}
#endif