aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/morphos/morphos_timer.h')
-rw-r--r--backends/morphos/morphos_timer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/morphos/morphos_timer.h b/backends/morphos/morphos_timer.h
index 589ab113a1..de7e540fb0 100644
--- a/backends/morphos/morphos_timer.h
+++ b/backends/morphos/morphos_timer.h
@@ -70,7 +70,8 @@ class Timer
static void TimerService(Timer *, Engine *);
Process *TimerServiceThread;
- SignalSemaphore TimerServiceSemaphore;
+ MsgPort *TimerServicePort;
+ Message TimerServiceStartup;
struct TimerSlot
{