From b9a496c166c35f670b1f0fce8745bc5df5ea74ad Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 7 Mar 2013 08:52:55 +0100 Subject: bootchart: rename global len to samples_len --- src/bootchart/bootchart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bootchart/bootchart.h') 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; -- cgit v1.2.3-54-g00ecf