summaryrefslogtreecommitdiffstats
path: root/src/librbd/image/TypeTraits.h
blob: 17d84fc8e6b5e326bc95149d09867486afb5e7a5 (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_IMAGE_TYPE_TRAITS_H
#define CEPH_LIBRBD_IMAGE_TYPE_TRAITS_H

class ContextWQ;

namespace librbd {
namespace image {

template <typename ImageCtxT>
struct TypeTraits {
  typedef ::ContextWQ ContextWQ;
};

} // namespace image
} // namespace librbd

#endif // CEPH_LIBRBD_IMAGE_TYPE_TRAITS_H