From dc81807a5b2b3dc8138d74e23ece71402a6c03b4 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 19 May 2005 01:30:53 +0000 Subject: 2005-05-19 Paul Jakma * thread.c: (thread_cancel_event) the number of pending events cancelled is potentially useful information, dont throw it away, pass it back to the caller. --- lib/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/thread.h') diff --git a/lib/thread.h b/lib/thread.h index 4a3bbbe5..f693ff5a 100644 --- a/lib/thread.h +++ b/lib/thread.h @@ -185,7 +185,7 @@ extern struct thread *funcname_thread_execute (struct thread_master *, int (*)(struct thread *), void *, int, const char *); extern void thread_cancel (struct thread *); -extern void thread_cancel_event (struct thread_master *, void *); +extern unsigned int thread_cancel_event (struct thread_master *, void *); extern struct thread *thread_fetch (struct thread_master *, struct thread *); extern void thread_call (struct thread *); extern unsigned long thread_timer_remain_second (struct thread *); -- cgit v1.2.1