summaryrefslogtreecommitdiff
path: root/include/thr_alarm.h
diff options
context:
space:
mode:
authoristruewing@chilla.local <>2007-02-02 10:03:22 +0100
committeristruewing@chilla.local <>2007-02-02 10:03:22 +0100
commit1616e201d8e6af7cd92335c4b91fd955224f1751 (patch)
treee10387853f4838bee7b858b6cd2e475b081c0c75 /include/thr_alarm.h
parent5e5c1b761c084a328b70a658425811e2d028a57e (diff)
parent3a664472de14322bb635baeec59d9c8bec0026c2 (diff)
downloadmariadb-git-1616e201d8e6af7cd92335c4b91fd955224f1751.tar.gz
Merge chilla.local:/home/mydev/mysql-4.1-axmrg
into chilla.local:/home/mydev/mysql-5.0-axmrg
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 4127c9cb35e..fe0a8f21b92 100644
--- a/include/thr_alarm.h
+++ b/include/thr_alarm.h
@@ -93,6 +93,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)