summaryrefslogtreecommitdiff
path: root/include/thr_alarm.h
diff options
context:
space:
mode:
authoristruewing@chilla.local <>2007-02-02 10:01:44 +0100
committeristruewing@chilla.local <>2007-02-02 10:01:44 +0100
commit3a664472de14322bb635baeec59d9c8bec0026c2 (patch)
tree2095b794c691b09421ab1f466b8228a82ff2ec7e /include/thr_alarm.h
parent33e1d1091ab9883cf07d56154c2bcf561d5a43df (diff)
downloadmariadb-git-3a664472de14322bb635baeec59d9c8bec0026c2.tar.gz
After merge fix
Diffstat (limited to 'include/thr_alarm.h')
-rw-r--r--include/thr_alarm.h1
1 files changed, 1 insertions, 0 deletions
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)