diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/python-systemd/docs/id128.rst | 1 | ||||
-rw-r--r-- | src/systemd/sd-messages.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/python-systemd/docs/id128.rst b/src/python-systemd/docs/id128.rst index e43776a844..89c37f3470 100644 --- a/src/python-systemd/docs/id128.rst +++ b/src/python-systemd/docs/id128.rst @@ -37,3 +37,4 @@ .. autoattribute:: systemd.id128.SD_MESSAGE_UNIT_STOPPED .. autoattribute:: systemd.id128.SD_MESSAGE_UNIT_STOPPING .. autoattribute:: systemd.id128.SD_MESSAGE_CONFIG_ERROR + .. autoattribute:: systemd.id128.SD_MESSAGE_BOOTCHART diff --git a/src/systemd/sd-messages.h b/src/systemd/sd-messages.h index a377d0229d..c8de331691 100644 --- a/src/systemd/sd-messages.h +++ b/src/systemd/sd-messages.h @@ -75,6 +75,8 @@ extern "C" { #define SD_MESSAGE_CONFIG_ERROR SD_ID128_MAKE(c7,72,d2,4e,9a,88,4c,be,b9,ea,12,62,5c,30,6c,01) +#define SD_MESSAGE_BOOTCHART SD_ID128_MAKE(9f,26,aa,56,2c,f4,40,c2,b1,6c,77,3d,04,79,b5,18) + #ifdef __cplusplus } #endif |