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:
authorGlebs Ivanovskis <git-no-reply@zabbix.com>2017-02-09 17:56:43 +0300
committerGlebs Ivanovskis <git-no-reply@zabbix.com>2017-02-09 17:56:43 +0300
commit6a9a9b1b851164d7ff4f9dbbc92b195def4b69e6 (patch)
treea2505362e2a996174027477b9ccd4d860827597a /include/cfg.h
parent7e8de11f938fb51d2859141735f06f76931b4957 (diff)
...G...PS. [ZBXNEXT-3687] made log mutex locking style consistent with other mutex locking; removed unused function; moved one extern variable declaration to where it belongs; hid nix functions under ifdefs
Diffstat (limited to 'include/cfg.h')
-rw-r--r--include/cfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cfg.h b/include/cfg.h
index a2ec920709e..26c35fa03f2 100644
--- a/include/cfg.h
+++ b/include/cfg.h
@@ -42,6 +42,7 @@ extern char *CONFIG_FILE;
extern char *CONFIG_LOG_TYPE_STR;
extern int CONFIG_LOG_TYPE;
extern char *CONFIG_LOG_FILE;
+extern int CONFIG_LOG_FILE_SIZE;
extern int CONFIG_ALLOW_ROOT;
extern int CONFIG_TIMEOUT;