#include <netat/adsp.h>
#include <netat/adsp_internal.h>
+void TimerTick();
+
/*
* TrashSession
*
CheckSend(sp);
}
-void TimerTick_funnel()
+void TimerTick_funnel(void *arg)
{
- thread_funnel_set(network_flock, TRUE);
+ atalk_lock();
TimerTick();
- thread_funnel_set(network_flock, FALSE);
+ atalk_unlock();
}
static StopTimer;