]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/librbd/image/OpenRequest.h
update sources to v12.1.0
[ceph.git] / ceph / src / librbd / image / OpenRequest.h
index 3ae8602fb4bc9695f837f2748d9ca5eb384a6ce3..5dd088770b710ea3bf5b7f4bd4b05887e07aeacd 100644 (file)
@@ -52,6 +52,9 @@ private:
    *            V2_GET_STRIPE_UNIT_COUNT            |
    *                |                               |
    *                v                               |
+   *            V2_GET_CREATE_TIMESTAMP             |
+   *                |                               |
+   *                v                               |
    *            V2_GET_DATA_POOL                    |
    *                |                               |
    *                v                               |
@@ -105,6 +108,9 @@ private:
   void send_v2_get_stripe_unit_count();
   Context *handle_v2_get_stripe_unit_count(int *result);
 
+  void send_v2_get_create_timestamp();
+  Context *handle_v2_get_create_timestamp(int *result);
+
   void send_v2_get_data_pool();
   Context *handle_v2_get_data_pool(int *result);