From b823b5e272d07d31c12625a268e8d563289a4db5 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 14 Feb 2013 11:26:05 +0100 Subject: bootchart: more fixes for bootchart in the initramfs --- src/bootchart/bootchart.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bootchart/bootchart.h') 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); -- cgit v1.2.3-54-g00ecf