]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/adsp_Timer.c
xnu-792.6.22.tar.gz
[apple/xnu.git] / bsd / netat / adsp_Timer.c
index fe092e0b1052837d957739efa99df33fb3f4c170..d528e7e3a9abeeacf28d5d10afad11dcd4845714 100644 (file)
@@ -52,6 +52,8 @@
 #include <netat/adsp.h>
 #include <netat/adsp_internal.h>
 
+void TimerTick();
+
 /*
  * TrashSession
  * 
@@ -175,11 +177,11 @@ send:
     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;