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