From 4e2dd780a021c60520f3b27806f2fcda6d4eec93 Mon Sep 17 00:00:00 2001 From: 杨威 Date: Wed, 14 Oct 2020 18:10:29 +0800 Subject: Update MESA_field_stat.cpp, define MAX_STAT_COLUMN_NUM from 32 to 64 --- src/MESA_field_stat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MESA_field_stat.cpp') diff --git a/src/MESA_field_stat.cpp b/src/MESA_field_stat.cpp index d202e56..1e1d3ea 100644 --- a/src/MESA_field_stat.cpp +++ b/src/MESA_field_stat.cpp @@ -23,7 +23,7 @@ #define INIT_STAT_FIELD_NUM 1024 -#define MAX_STAT_COLUMN_NUM 32 +#define MAX_STAT_COLUMN_NUM 64 #define MAX_PATH_LEN 256 #define UDP_PAYLOAD_SIZE 1460 -- cgit v1.2.3