~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/signal_handler/signal_handler.cc

mergeĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
/** This threads handles all signals and alarms. */
98
98
/* ARGSUSED */
 
99
extern "C"
99
100
pthread_handler_t signal_hand(void *)
100
101
{
101
102
  sigset_t set;