summaryrefslogtreecommitdiffstats
path: root/src/osd/osd_tracer.cc
blob: 06217926cfb863c6517f3dbfe655c27cd7278e23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab

#include "osd_tracer.h"

namespace tracing {
namespace osd {

tracing::Tracer tracer;

} // namespace osd
} // namespace tracing