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

dc_function_calculate_nextcheck_test.c « zbxdbcache « libs « tests - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8689d0ec8d23b2ad238483f5b3c2e26a1a50bee (plain)
1
2
3
4
5
6
int	zbx_dc_function_calculate_nextcheck(const zbx_trigger_timer_t *timer, time_t from, zbx_uint64_t seed);

int	zbx_dc_function_calculate_nextcheck(const zbx_trigger_timer_t *timer, time_t from, zbx_uint64_t seed)
{
	return dc_function_calculate_nextcheck(timer, from, seed);
}