~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/probes.h

  • Committer: Mark Atwood
  • Date: 2012-01-04 16:59:32 UTC
  • mfrom: (2478.2.3 real-key-use-catalog)
  • Revision ID: me@mark.atwood.name-20120104165932-cm0xqs4by0u3p4cy
merge lp:~stewart/drizzle/key-use-catalog

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
#ifndef DRIZZLED_PROBES_H
22
 
#define DRIZZLED_PROBES_H
 
21
#pragma once
23
22
 
24
23
#ifdef HAVE_DTRACE
25
24
#include <drizzled/generated_probes.h>
102
101
#define DRIZZLE_UPDATE_START_ENABLED() (0)
103
102
#endif
104
103
 
105
 
#endif /* DRIZZLED_PROBES_H */