Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / librbd / mock / MockImageCtx.cc
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2 // vim: ts=8 sw=2 smarttab
3
4 #include "test/librbd/mock/MockImageCtx.h"
5
6 namespace librbd {
7
8 MockImageCtx* MockImageCtx::s_instance = nullptr;
9
10 } // namespace librbd