]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
src/test: use uint32_t referring to chunk_info_t
authormyoungwon oh <ohmyoungwon@gmail.com>
Tue, 2 Feb 2021 02:20:15 +0000 (11:20 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Mon, 29 Mar 2021 08:06:22 +0000 (17:06 +0900)
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
src/test/osd/RadosModel.h

index 62b62f28b325df16b594247e0e4df241f98c37cb..7cc4912cf2faa3466528cee22edc3ecbf238284e 100644 (file)
@@ -2295,14 +2295,14 @@ public:
   int r;
   uint64_t offset;
   uint32_t length;
-  uint64_t tgt_offset;
+  uint32_t tgt_offset;
   SetChunkOp(int n,
             RadosTestContext *context,
             const string &oid,
             uint64_t offset,
             uint32_t length,
             const string &oid_tgt,
-            uint64_t tgt_offset,
+            uint32_t tgt_offset,
             TestOpStat *stat = 0)
     : TestOp(n, context, stat),
       oid(oid), oid_tgt(oid_tgt),