summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_tracer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_tracer.cc')
-rw-r--r--src/rgw/rgw_tracer.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/rgw/rgw_tracer.cc b/src/rgw/rgw_tracer.cc
new file mode 100644
index 000000000..7e12bb2e6
--- /dev/null
+++ b/src/rgw/rgw_tracer.cc
@@ -0,0 +1,13 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+
+#include <string>
+#include "rgw_tracer.h"
+
+namespace tracing {
+namespace rgw {
+
+tracing::Tracer tracer;
+
+} // namespace rgw
+} // namespace tracing