chiark / gitweb /
Dynamically allocate bootchart logs
[elogind.git] / src / bootchart / store.h
index e8d013cde494722dac52774a0139adc5e1988e0f..7c8ad284da4a33ddae41e43e0045c62e8c2f66ae 100644 (file)
 ***/
 
 #include <dirent.h>
+#include "bootchart.h"
 
 extern DIR *proc;
 extern int procfd;
 
 double gettime_ns(void);
 void log_uptime(void);
-void log_sample(int sample);
+void log_sample(int sample, struct list_sample_data **ptr);