From 3a664472de14322bb635baeec59d9c8bec0026c2 Mon Sep 17 00:00:00 2001 From: "istruewing@chilla.local" <> Date: Fri, 2 Feb 2007 10:01:44 +0100 Subject: After merge fix --- include/thr_alarm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/thr_alarm.h') diff --git a/include/thr_alarm.h b/include/thr_alarm.h index ef6aaf49f77..1d7ebbcb9f5 100644 --- a/include/thr_alarm.h +++ b/include/thr_alarm.h @@ -94,6 +94,7 @@ typedef struct st_alarm { } ALARM; extern uint thr_client_alarm; +extern pthread_t alarm_thread; #define thr_alarm_init(A) (*(A))=0 #define thr_alarm_in_use(A) (*(A)!= 0) -- cgit v1.2.1