summaryrefslogtreecommitdiffstats
path: root/src/osd/osd_tracer.h
blob: 1490b4351067f13206884ef953e73de8392942c3 (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
#pragma once

#include "common/tracer.h"

namespace tracing {
namespace osd {

extern tracing::Tracer tracer;

} // namespace osd
} // namespace tracing