diff options
author | Radoslaw Zarzynski <rzarzyns@redhat.com> | 2019-07-25 19:06:50 +0200 |
---|---|---|
committer | Radoslaw Zarzynski <rzarzyns@redhat.com> | 2019-08-24 01:27:40 +0200 |
commit | 5a8acb686825b874ace758ceef622dfc913f185b (patch) | |
tree | b4ae1c9c3af90690da4a2779356568340490e4a7 /src/objclass | |
parent | objclass, crimson: initialize the ClassHandler. (diff) | |
download | ceph-5a8acb686825b874ace758ceef622dfc913f185b.tar.xz ceph-5a8acb686825b874ace758ceef622dfc913f185b.zip |
crimson/osd: mock OSD-specific parts of the objclass API.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Diffstat (limited to 'src/objclass')
-rw-r--r-- | src/objclass/class_api.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/objclass/class_api.cc b/src/objclass/class_api.cc index 41b29d12c2e..2ff595f08a6 100644 --- a/src/objclass/class_api.cc +++ b/src/objclass/class_api.cc @@ -1,6 +1,9 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab +#include <cstdarg> +#include "common/ceph_context.h" +#include "common/ceph_releases.h" #include "common/config.h" #include "common/debug.h" |