summaryrefslogtreecommitdiff
path: root/src/systemd/sd-id128.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-10-16 16:26:41 +0200
committerLennart Poettering <lennart@poettering.net>2012-10-16 16:26:41 +0200
commit706911fba8d071449848f02516eef117277ff48b (patch)
tree2d1ed9aa8a0f66bc5a9ab4516167106f80f45f4c /src/systemd/sd-id128.h
parent37e2941d144f362c0585974939cf12ad01aa0258 (diff)
journal: don't export MESSAGE_ID() macro
If it is exported it would need to be prefixed, but since we need it exclusively internally so far, simply move it to an internal header.
Diffstat (limited to 'src/systemd/sd-id128.h')
-rw-r--r--src/systemd/sd-id128.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systemd/sd-id128.h b/src/systemd/sd-id128.h
index fa17be843..05521ae4b 100644
--- a/src/systemd/sd-id128.h
+++ b/src/systemd/sd-id128.h
@@ -65,7 +65,6 @@ static inline int sd_id128_equal(sd_id128_t a, sd_id128_t b) {
}
#define SD_ID128_NULL ((sd_id128_t) { .qwords = { 0, 0 }})
-#define MESSAGE_ID(x) "MESSAGE_ID=" SD_ID128_FORMAT_STR, SD_ID128_FORMAT_VAL(x)
#ifdef __cplusplus
}