diff options
author | paulo <paul@bayleaf.org.uk> | 2010-02-02 12:02:31 +0000 |
---|---|---|
committer | paulo <paul@bayleaf.org.uk> | 2010-02-02 12:02:31 +0000 |
commit | 2e009f2f26b0a00ad86dddca933bc51a9bb53858 (patch) | |
tree | 615ac6539338dfac6fc884ec58f4cea25d24d46b /lib/thread.h | |
parent | 3539f06bfcc040cfd42833a5a91e85999930ea1e (diff) | |
download | quagga-2e009f2f26b0a00ad86dddca933bc51a9bb53858.tar.bz2 quagga-2e009f2f26b0a00ad86dddca933bc51a9bb53858.tar.xz |
Change nexus priorities to more closely resemble the originals.
Diffstat (limited to 'lib/thread.h')
-rw-r--r-- | lib/thread.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/thread.h b/lib/thread.h index b0699650..1e68007a 100644 --- a/lib/thread.h +++ b/lib/thread.h @@ -24,6 +24,7 @@ #include <sys/resource.h> #include "qtime.h" +#include "qpnexus.h" struct rusage_t { @@ -195,7 +196,7 @@ extern struct thread *funcname_thread_execute (struct thread_master *, extern void thread_cancel (struct thread *); extern unsigned int thread_cancel_event (struct thread_master *, void *); extern struct thread *thread_fetch (struct thread_master *, struct thread *); -struct thread * thread_fetch_event (struct thread_master *m, struct thread *fetch, +struct thread * thread_fetch_event (enum qpn_priority,struct thread_master *m, struct thread *fetch, qtime_mono_t *event_wait); extern void thread_call (struct thread *); extern unsigned long thread_timer_remain_second (struct thread *); |