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: 018ba0297db23c63f59dd3bdf0ee91e7ada8d5c6 (plain)
1
2
3
4
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);
}