~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/signal_handler/signal_handler.cc

  • Committer: Monty Taylor
  • Date: 2009-12-21 09:24:24 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221092424-52unq3u8t2a2xl3q
Moved most of the global vars to set_var where they belong.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
static bool volatile signal_thread_in_use= false;
29
29
extern int cleanup_done;
30
30
extern "C" pthread_handler_t signal_hand(void *);
 
31
extern bool volatile abort_loop;
 
32
extern bool volatile shutdown_in_progress;
 
33
extern char pidfile_name[FN_REFLEN];
31
34
 
32
35
extern std::bitset<12> test_flags;
33
36