Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / include / rbd / object_map_types.h
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2 // vim: ts=8 sw=2 smarttab
3 #ifndef CEPH_RBD_OBJECT_MAP_TYPES_H
4 #define CEPH_RBD_OBJECT_MAP_TYPES_H
5
6 #include "include/int_types.h"
7
8 static const uint8_t OBJECT_NONEXISTENT  = 0;
9 static const uint8_t OBJECT_EXISTS       = 1;
10 static const uint8_t OBJECT_PENDING      = 2;
11 static const uint8_t OBJECT_EXISTS_CLEAN = 3;
12
13 #endif // CEPH_RBD_OBJECT_MAP_TYPES_H