]> git.proxmox.com Git - ceph.git/blob - ceph/src/librbd/io/TypeTraits.h
Import ceph 15.2.8
[ceph.git] / ceph / src / librbd / io / TypeTraits.h
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2 // vim: ts=8 sw=2 smarttab
3
4 #ifndef CEPH_LIBRBD_IO_TYPE_TRAITS_H
5 #define CEPH_LIBRBD_IO_TYPE_TRAITS_H
6
7 class SafeTimer;
8
9 namespace librbd {
10 namespace io {
11
12 template <typename IoCtxT>
13 struct TypeTraits {
14 typedef ::SafeTimer SafeTimer;
15 };
16
17 } // namespace io
18 } // namespace librbd
19
20 #endif // CEPH_LIBRBD_IO_TYPE_TRAITS_H