summaryrefslogtreecommitdiffstats
path: root/src/osd/osd_tracer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/osd_tracer.h')
-rw-r--r--src/osd/osd_tracer.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/osd/osd_tracer.h b/src/osd/osd_tracer.h
new file mode 100644
index 000000000..1490b4351
--- /dev/null
+++ b/src/osd/osd_tracer.h
@@ -0,0 +1,13 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+#pragma once
+
+#include "common/tracer.h"
+
+namespace tracing {
+namespace osd {
+
+extern tracing::Tracer tracer;
+
+} // namespace osd
+} // namespace tracing