summaryrefslogtreecommitdiffstats
path: root/src/librbd/io/TypeTraits.h
blob: 2f3a6b7efcf2959e6eaea41eab9a3f2e51b4c305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab

#ifndef CEPH_LIBRBD_IO_TYPE_TRAITS_H
#define CEPH_LIBRBD_IO_TYPE_TRAITS_H

#include "common/Timer.h"

namespace librbd {
namespace io {

template <typename IoCtxT>
struct TypeTraits {
  typedef ::SafeTimer SafeTimer;
};

} // namespace io
} // namespace librbd

#endif // CEPH_LIBRBD_IO_TYPE_TRAITS_H