diff options
| author | liuxueli <[email protected]> | 2021-08-14 16:17:08 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2021-08-14 16:17:08 +0800 |
| commit | 0bb06b49a010afd68c6472e0b256bca175b771a8 (patch) | |
| tree | 5332342656f7f8c34060784d8b852da6edc481a4 | |
| parent | 72ac4f1a1193b45564d6065bec3dfbb5bc9abe81 (diff) | |
TSG-7390: 修改app_name的空间大小,由16字节改为32字节v2.9.11
| -rw-r--r-- | src/field_stat_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_stat_internal.h b/src/field_stat_internal.h index c477228..b5fdc22 100644 --- a/src/field_stat_internal.h +++ b/src/field_stat_internal.h @@ -101,7 +101,7 @@ struct FS_space_t int current_date; int flush_by_date; char str_ip[32]; - char app_name[16]; + char app_name[32]; int statsd_switch; unsigned int server_ip; |
