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-03-02 10:25:08 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-03-02 10:25:08 +0300
commit6f511438414426a8511cb9a1604f57d01c01723e (patch)
treee24c5d2f47c83a7bb9fb25cae713821e15a075d5 /include
parent7d8f5c8bf140f795cb616296b64195148db31bd2 (diff)
parent0c7828a1aa8432d785480ae6813363e6f191e515 (diff)
.D.G...... [ZBXNEXT-7116] added ability to force active checks after restart on Zabbix agent2
.D.G...... [ZBXNEXT-7116] added ability to force active checks after restart on Zabbix agent2 * commit '0c7828a1aa8432d785480ae6813363e6f191e515': ...G...... [ZBXNEXT-7116] backported ability to force active checks on restart ...G...... [ZBXNEXT-7116] backported ability to force active checks on restart ...G...... [ZBXNEXT-7116] backported ability to force active checks on restart
Diffstat (limited to 'include')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index ef469b444f3..2c1e587f160 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1633,7 +1633,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);