~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/signal_handler.h

  • Committer: Brian Aker
  • Date: 2010-08-17 01:34:55 UTC
  • mto: (1711.1.23 build)
  • mto: This revision was merged to the branch mainline in revision 1714.
  • Revision ID: brian@tangent.org-20100817013455-zx3nm7qilxvpwrgb
Style on structure cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
 
 *  Copyright (C) 2008 Sun Microsystems, Inc.
 
4
 *  Copyright (C) 2008 Sun Microsystems
5
5
 *  Copyright (C) 2010 Monty Taylor
6
6
 *
7
7
 *  This program is free software; you can redistribute it and/or modify
25
25
 
26
26
#include <cstdlib>
27
27
#include <cassert>
28
 
static bool volatile signal_thread_in_use= false;
 
28
 
29
29
extern "C" void drizzled_print_signal_warning(int sig);
30
30
extern "C" void drizzled_handle_segfault(int sig);
31
31
extern "C" void drizzled_end_thread_signal(int sig);