projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4103105
)
src/daemon/plugin.h: Enlarge the DATA_MAX_NAME_LEN.
author
Amy Lin
<alin@seek.com.au>
Mon, 6 Jul 2015 06:34:31 +0000
(16:34 +1000)
committer
Florian Forster
<octo@collectd.org>
Wed, 3 Aug 2016 13:03:57 +0000
(15:03 +0200)
Fixes: #966, #1238
src/daemon/plugin.h
patch
|
blob
|
history
diff --git
a/src/daemon/plugin.h
b/src/daemon/plugin.h
index
0551951
..
49edba2
100644
(file)
--- a/
src/daemon/plugin.h
+++ b/
src/daemon/plugin.h
@@
-39,7
+39,7
@@
#define PLUGIN_FLAGS_GLOBAL 0x0001
#ifndef DATA_MAX_NAME_LEN
-# define DATA_MAX_NAME_LEN
64
+# define DATA_MAX_NAME_LEN
128
#endif
#define DS_TYPE_COUNTER 0