diff options
author | Harald Hoyer <harald@redhat.com> | 2013-02-14 11:26:07 +0100 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2013-02-14 11:59:16 -0800 |
commit | e93450c6c053d7499971a2b1310e893978f67f74 (patch) | |
tree | 3dfd0209b4df51c4157f564281691f2b843e1776 /src/bootchart/bootchart.h | |
parent | b823b5e272d07d31c12625a268e8d563289a4db5 (diff) |
bootchart: parse /etc/os-release rather than system-release
Also parse it early, so that we can get it in the initramfs.
Diffstat (limited to 'src/bootchart/bootchart.h')
-rw-r--r-- | src/bootchart/bootchart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootchart/bootchart.h b/src/bootchart/bootchart.h index 6b11fd8b8e..84e9420998 100644 --- a/src/bootchart/bootchart.h +++ b/src/bootchart/bootchart.h @@ -124,4 +124,4 @@ extern double gettime_ns(void); extern void log_uptime(void); extern void log_sample(int sample); -extern void svg_do(void); +extern void svg_do(const char *build); |