summaryrefslogtreecommitdiff
path: root/include/thr_alarm.h
diff options
context:
space:
mode:
authorunknown <istruewing@chilla.local>2007-02-02 11:34:22 +0100
committerunknown <istruewing@chilla.local>2007-02-02 11:34:22 +0100
commit141080fac5d735ae690ebd06db8be49354902f12 (patch)
tree004378d4e23f0c766f85ef1c4f0c38b9dfbf7ab6 /include/thr_alarm.h
parentbaddc8bdca29b6e5dad37850ce3012cb60d0afa4 (diff)
parentd03d298735ed922f29c3f994c21ffcd53ce33598 (diff)
downloadmariadb-git-141080fac5d735ae690ebd06db8be49354902f12.tar.gz
Merge chilla.local:/home/mydev/mysql-5.0-axmrg
into chilla.local:/home/mydev/mysql-5.1-axmrg include/my_pthread.h: Auto merged include/thr_alarm.h: Auto merged mysys/my_pthread.c: Auto merged mysys/my_thr_init.c: Auto merged
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 f5e73fc2b7a..13940e88c08 100644
--- a/include/thr_alarm.h
+++ b/include/thr_alarm.h
@@ -85,6 +85,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)