to avoid violation of ODR
Fixes: http://tracker.ceph.com/issues/18938
Signed-off-by: Kefu Chai <kchai@redhat.com>
} // namespace librbd
+#ifndef TEST_F
template class librbd::AsyncObjectThrottle<librbd::ImageCtx>;
+#endif
} // namespace librbd
+#ifndef TEST_F
template class librbd::AsyncRequest<librbd::ImageCtx>;
+#endif
} // namespace librbd
+#ifndef TEST_F
template class librbd::Journal<librbd::ImageCtx>;
+#endif
} // namespace operation
} // namespace librbd
+#ifndef TEST_F
template class librbd::operation::Request<librbd::ImageCtx>;
+#endif