예제 #1
0
void wsvc_desetup_worker(struct worker* ATTR_UNUSED(worker))
{
	comm_timer_delete(service_cron);
	service_cron = NULL;
}
예제 #2
0
void wsvc_desetup_worker(void)
{
	comm_timer_delete(service_cron);
	service_cron = NULL;
}