summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_tracer.cc
blob: 7e12bb2e62dcc442946dafc889f58cdd913ca985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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