blob: f4b2430fbbe9254b243d3155accc9d51a797e92e (
plain)
1
2
3
4
5
6
7
8
9
10
|
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
#include "test/librbd/mock/MockImageCtx.h"
namespace librbd {
MockImageCtx* MockImageCtx::s_instance = nullptr;
} // namespace librbd
|