From a5e31b927ad9d40596b4f90719d2864b8af6732d Mon Sep 17 00:00:00 2001 From: Vladislavs Sokurenko Date: Wed, 23 Feb 2022 18:00:00 +0200 Subject: ...G...... [ZBXNEXT-7116] backported ability to force active checks on restart --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3