X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbootchart%2Fstore.h;h=f211b6f53b512782000389b6488356d3effc97d7;hb=6b56a65123720325ad5084b3e888bf6bfe89c148;hp=e8d013cde494722dac52774a0139adc5e1988e0f;hpb=6d031c0b6037ac7308d31562c09fb8ac714e82b4;p=elogind.git diff --git a/src/bootchart/store.h b/src/bootchart/store.h index e8d013cde..f211b6f53 100644 --- a/src/bootchart/store.h +++ b/src/bootchart/store.h @@ -5,7 +5,7 @@ /*** This file is part of systemd. - Copyright (C) 2009-2013 Intel Coproration + Copyright (C) 2009-2013 Intel Corporation Authors: Auke Kok @@ -25,10 +25,11 @@ ***/ #include +#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);