]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/ocf/inc/ocf_types.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / ocf / inc / ocf_types.h
index 95a55e8246de8f077015db6d6de3061ceef8893f..ead3b0d0682c9172da16355cdf7e704dc527e7bf 100644 (file)
 
 #include "ocf_env_headers.h"
 
-/**
- * @brief cache id type (by default designated as 16 bit unsigned integer)
- */
-typedef uint16_t ocf_cache_id_t;
-
 /**
  * @brief cache line type (by default designated as 32 bit unsigned integer)
  */
@@ -65,7 +60,7 @@ struct ocf_volume_type;
 /**
  * @brief handle to volume type
  */
-typedef const struct ocf_volume_type *ocf_volume_type_t;
+typedef struct ocf_volume_type *ocf_volume_type_t;
 
 /**
  * @brief handle to volume uuid