~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/thr_alarm.h

  • Committer: Monty Taylor
  • Date: 2008-07-02 14:35:48 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: monty@inaugust.com-20080702143548-onj30ry0sugr01uw
Removed all references to THREAD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
void thr_alarm_info(ALARM_INFO *info);
43
43
 
44
 
#if defined(DONT_USE_THR_ALARM) || !defined(THREAD)
 
44
#if defined(DONT_USE_THR_ALARM)
45
45
 
46
46
#define USE_ALARM_THREAD
47
47
#undef USE_ONE_SIGNAL_HAND