diff options
author | Lennart Weller <lhw@ring0.de> | 2016-04-21 12:27:39 +0000 |
---|---|---|
committer | Lennart Weller <lhw@ring0.de> | 2016-04-21 12:27:39 +0000 |
commit | edff5c9db775e6e4318f3ad007df78ecae456190 (patch) | |
tree | 3677e5fcbccc776c77dd0451e5be4711068bff46 /src/proc_vmstat.c | |
parent | Add postrm and TODO, update service (diff) | |
parent | Imported Upstream version 1.1.0 (diff) | |
download | netdata-edff5c9db775e6e4318f3ad007df78ecae456190.tar.xz netdata-edff5c9db775e6e4318f3ad007df78ecae456190.zip |
Merge tag 'upstream/1.1.0'
Upstream version 1.1.0
Diffstat (limited to 'src/proc_vmstat.c')
-rw-r--r--[-rwxr-xr-x] | src/proc_vmstat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/proc_vmstat.c b/src/proc_vmstat.c index 46ddbae7f..c8222390c 100755..100644 --- a/src/proc_vmstat.c +++ b/src/proc_vmstat.c @@ -13,9 +13,6 @@ #include "rrd.h" #include "plugin_proc.h" -#define MAX_PROC_VMSTAT_LINE 4096 -#define MAX_PROC_VMSTAT_NAME 1024 - int do_proc_vmstat(int update_every, unsigned long long dt) { static procfile *ff = NULL; static int do_swapio = -1, do_io = -1, do_pgfaults = -1, gen_hashes = -1; |