Exemplo n.º 1
0
void wsvc_desetup_worker(struct worker* ATTR_UNUSED(worker))
{
	comm_timer_delete(service_cron);
	service_cron = NULL;
}
Exemplo n.º 2
0
void wsvc_desetup_worker(void)
{
	comm_timer_delete(service_cron);
	service_cron = NULL;
}