Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Tumilovics <andrejs.tumilovics@zabbix.com>2019-12-03 18:59:05 +0300
committerAndrejs Tumilovics <andrejs.tumilovics@zabbix.com>2019-12-03 18:59:05 +0300
commit649fc3fb1ae9e9e7c48ffcc4fe5757edcf12f7a3 (patch)
tree42c8b4a5df85182993e5784b1d39344070554e27 /include/cfg.h
parentf671ed0a8828d9359aba201932515d6b3d9c4d41 (diff)
...G...... [ZBXNEXT-1085] renamed TYPE_CUSTOM_PARSER configuration parameter type to TYPE_CUSTOM
Diffstat (limited to 'include/cfg.h')
-rw-r--r--include/cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cfg.h b/include/cfg.h
index dbd124cf8eb..16e907cccda 100644
--- a/include/cfg.h
+++ b/include/cfg.h
@@ -25,7 +25,7 @@
#define TYPE_MULTISTRING 2
#define TYPE_UINT64 3
#define TYPE_STRING_LIST 4
-#define TYPE_CUSTOM_PARSER 5
+#define TYPE_CUSTOM 5
#define PARM_OPT 0
#define PARM_MAND 1