diff options
Diffstat (limited to 'src/bootchart/bootchart.h')
-rw-r--r-- | src/bootchart/bootchart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootchart/bootchart.h b/src/bootchart/bootchart.h index c42f97140a..0fe4d2f4da 100644 --- a/src/bootchart/bootchart.h +++ b/src/bootchart/bootchart.h @@ -107,7 +107,7 @@ extern bool entropy; extern bool initcall; extern int samples; extern int cpus; -extern int len; +extern int samples_len; extern double hz; extern double scale_x; extern double scale_y; |