Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
systemd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
steam
systemd
Commits
e7ecdfc1
Commit
e7ecdfc1
authored
Apr 15, 2013
by
Zbigniew Jędrzejewski-Szmek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sd-messages.h: add new bootchart message id
parent
543295ad
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
man/systemd-bootchart.xml
man/systemd-bootchart.xml
+5
-1
src/python-systemd/docs/id128.rst
src/python-systemd/docs/id128.rst
+1
-0
src/systemd/sd-messages.h
src/systemd/sd-messages.h
+2
-0
No files found.
man/systemd-bootchart.xml
View file @
e7ecdfc1
...
...
@@ -92,7 +92,11 @@
</para>
<para>
Bootchart graphs are by default written
time-stamped in
<filename>
/run/log
</filename>
.
time-stamped in
<filename>
/run/log
</filename>
and saved to the journal with
<varname>
MESSAGE_ID=9f26aa562cf440c2b16c773d0479b518
</varname>
.
Journal field
<varname>
BOOTCHART=
</varname>
contains
the bootchart in SVG format.
</para>
</refsect1>
...
...
src/python-systemd/docs/id128.rst
View file @
e7ecdfc1
...
...
@@ -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
src/systemd/sd-messages.h
View file @
e7ecdfc1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment