Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107076 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +7 lines)
Line  Link Here
0
-- collectd-3.1.0/src/common.c~highres-3.1.0
0
++ collectd-3.1.0/src/common.c
Lines 6-19 Link Here
6
6
7
static char *rra_def[] =
7
static char *rra_def[] =
8
{
8
{
9
		"RRA:AVERAGE:0.2:6:1500",
9
		"RRA:AVERAGE:0.2:6:10080",
10
		"RRA:AVERAGE:0.1:180:1680",
10
		"RRA:AVERAGE:0.1:180:3120",
11
		"RRA:AVERAGE:0.1:2160:1520",
11
		"RRA:AVERAGE:0.1:2160:1520",
12
		"RRA:MIN:0.2:6:1500",
12
		"RRA:MIN:0.2:6:10080",
13
		"RRA:MIN:0.1:180:1680",
13
		"RRA:MIN:0.1:180:3120",
14
		"RRA:MIN:0.1:2160:1520",
14
		"RRA:MIN:0.1:2160:1520",
15
		"RRA:MAX:0.2:6:1500",
15
		"RRA:MAX:0.2:6:10080",
16
		"RRA:MAX:0.1:180:1680",
16
		"RRA:MAX:0.1:180:3120",
17
		"RRA:MAX:0.1:2160:1520",
17
		"RRA:MAX:0.1:2160:1520",
18
		NULL
18
		NULL
19
};
19
};

Return to bug 107076