summaryrefslogtreecommitdiff
path: root/src/bootchart/bootchart.h
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-03-07 08:52:55 +0100
committerLennart Poettering <lennart@poettering.net>2013-03-07 16:09:25 +0100
commitb9a496c166c35f670b1f0fce8745bc5df5ea74ad (patch)
tree4fac504feddae23799d45d51c7904022c3e16813 /src/bootchart/bootchart.h
parente90f9fa4d1cab6f73fc502fe9ef705c1bb2912a0 (diff)
downloadsystemd-b9a496c166c35f670b1f0fce8745bc5df5ea74ad.tar.gz
bootchart: rename global len to samples_len
Diffstat (limited to 'src/bootchart/bootchart.h')
-rw-r--r--src/bootchart/bootchart.h2
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;