summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-05 10:30:23 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-05 10:30:23 +0200
commit20d9767d610b86432b3e6893d208604f384c41ca (patch)
tree51eafc38a4f5ee24959b0643b4ae339a5637e109 /src/systemd
parent41ab6b37cca2861133b7201e3ebaaa20cd306a99 (diff)
Prep v232.2: Unmask sd_id128_get_invocation(), it is part of the API installed by elogind, and therefore must not be masked.
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/sd-id128.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/systemd/sd-id128.h b/src/systemd/sd-id128.h
index 1977e62e9..ee011b186 100644
--- a/src/systemd/sd-id128.h
+++ b/src/systemd/sd-id128.h
@@ -46,9 +46,7 @@ int sd_id128_randomize(sd_id128_t *ret);
int sd_id128_get_machine(sd_id128_t *ret);
int sd_id128_get_boot(sd_id128_t *ret);
-#if 0 /// UNNEEDED by elogind
int sd_id128_get_invocation(sd_id128_t *ret);
-#endif // 0
#define SD_ID128_MAKE(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15) \
((const sd_id128_t) { .bytes = { 0x##v0, 0x##v1, 0x##v2, 0x##v3, 0x##v4, 0x##v5, 0x##v6, 0x##v7, \