diff options
author | istruewing@chilla.local <> | 2007-02-02 10:03:22 +0100 |
---|---|---|
committer | istruewing@chilla.local <> | 2007-02-02 10:03:22 +0100 |
commit | 1616e201d8e6af7cd92335c4b91fd955224f1751 (patch) | |
tree | e10387853f4838bee7b858b6cd2e475b081c0c75 /include/thr_alarm.h | |
parent | 5e5c1b761c084a328b70a658425811e2d028a57e (diff) | |
parent | 3a664472de14322bb635baeec59d9c8bec0026c2 (diff) | |
download | mariadb-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.h | 1 |
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) |