diff options
Diffstat (limited to 'src/rgw/rgw_cache.cc')
-rw-r--r-- | src/rgw/rgw_cache.cc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/rgw/rgw_cache.cc b/src/rgw/rgw_cache.cc index e870df25c0d..662f116a5af 100644 --- a/src/rgw/rgw_cache.cc +++ b/src/rgw/rgw_cache.cc @@ -1,12 +1,13 @@ -#include "rgw_cache.h" -#include "common/debug.h" - #include <errno.h> -#define dout_subsys ceph_subsys_rgw +#include "common/debug.h" + +#include "rgw_cache.h" using namespace std; +#define dout_subsys ceph_subsys_rgw + int ObjectCache::get(string& name, ObjectCacheInfo& info, uint32_t mask) { Mutex::Locker l(lock); |