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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-02-23 19:00:00 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-03-02 10:22:17 +0300
commit85ef3ed4d1862f0d8672d329dc5288bffeae5890 (patch)
tree12c7910c82f82b4340a97e1667a08e51e77bdb02 /include/common.h
parenta9ca20a5a3cd0dcded715e02109461eed016e506 (diff)
.D.G...... [ZBXNEXT-7116] added ability to force active checks on restart
.D.G...... [ZBXNEXT-7116] added ability to force active checks on restart * commit 'c0fe653310f53b085825516ee0a18975958637d5': .D........ [ZBXNEXT-7116] added ChangeLog entry .D.G...... [ZBXNEXT-7116] added ability to force active checks on restart .D.G...... [ZBXNEXT-7116] added ability to force active checks on restart .D.G...... [ZBXNEXT-7116] added ability to force active checks on restart ...G...... [ZBXNEXT-7116] added ability to force active checks ...G...... [ZBXNEXT-7116] added ability to force active checks ...G...... [ZBXNEXT-7116] added ability to force active checks on restart ...G...... [ZBXNEXT-7116] added ability to force active checks on restart ...G...... [ZBXNEXT-7116] added ability to force active checks on restart (cherry picked from commit e6cae9e65b3f761c53959a507a8dca1d2ef49363)
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index ca28821dc09..d29623e7017 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1693,7 +1693,7 @@ int zbx_validate_value_dbl(double value, int dbl_precision);
void zbx_update_env(double time_now);
int zbx_get_agent_item_nextcheck(zbx_uint64_t itemid, const char *delay, int now,
- int *nextcheck, char **error);
+ int *nextcheck, int *scheduling, char **error);
#define ZBX_DATA_SESSION_TOKEN_SIZE (MD5_DIGEST_SIZE * 2)
char *zbx_create_token(zbx_uint64_t seed);