summaryrefslogtreecommitdiff
path: root/src/bootchart/bootchart.h
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-02-14 11:26:05 +0100
committerAuke Kok <auke-jan.h.kok@intel.com>2013-02-14 11:55:23 -0800
commitb823b5e272d07d31c12625a268e8d563289a4db5 (patch)
tree4431fcfb05a2e1de766b9c5dab9ef5301ca23c5c /src/bootchart/bootchart.h
parent1fd961211df69ce672252d543bf4777738647048 (diff)
bootchart: more fixes for bootchart in the initramfs
Diffstat (limited to 'src/bootchart/bootchart.h')
-rw-r--r--src/bootchart/bootchart.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootchart/bootchart.h b/src/bootchart/bootchart.h
index 7793cfc63c..6b11fd8b8e 100644
--- a/src/bootchart/bootchart.h
+++ b/src/bootchart/bootchart.h
@@ -117,6 +117,8 @@ extern char init_path[PATH_MAX];
extern FILE *of;
extern DIR *proc;
+extern int procfd;
+extern int sysfd;
extern double gettime_ns(void);
extern void log_uptime(void);