From 9fc58606dba39016a66371a30c23c14799576731 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 8 Sep 2008 18:14:14 +0000 Subject: Scheduled events now signal when the scheduled time has passed. The timer appears to stop signalling events occasionally - needs some investigation. svn path=/trunk/netsurf/; revision=5287 --- amiga/schedule.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'amiga/schedule.h') diff --git a/amiga/schedule.h b/amiga/schedule.h index 5b8574b16..02d70450f 100755 --- a/amiga/schedule.h +++ b/amiga/schedule.h @@ -19,13 +19,18 @@ #ifndef AMIGA_SCHEDULE_H #define AMIGA_SCHEDULE_H #include +#include struct MinList *schedule_list; +struct timerequest *tioreq; struct nscallback { struct timeval tv; void *callback; void *p; + struct timerequest *treq; }; + +void ami_remove_timer_event(struct nscallback *nscb); #endif -- cgit v1.2.3