chiark / gitweb /
bootchart: more fixes for bootchart in the initramfs
[elogind.git] / src / bootchart / bootchart.h
index 7793cfc63ccbe043611f17526f07d6a4ee2c8032..6b11fd8b8e00cf1574bc9592de4d219ec8ff8813 100644 (file)
@@ -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);