]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
hobject: admit that gen_t is actually version_t
authorSamuel Just <sam.just@inktank.com>
Fri, 22 Nov 2013 00:33:23 +0000 (16:33 -0800)
committerSamuel Just <sam.just@inktank.com>
Wed, 22 Jan 2014 22:38:25 +0000 (14:38 -0800)
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/common/hobject.h

index 4081ceb8f852363aaae52ef0a9ab6d4a68b0fcfa..7b28ff2884025758c53ddcaa4570b7107d6cfadb 100644 (file)
@@ -221,7 +221,7 @@ WRITE_CMP_OPERATORS_7(hobject_t,
                      oid,
                      snap)
 
-typedef uint64_t gen_t;
+typedef version_t gen_t;
 typedef uint8_t shard_t;
 
 #ifndef UINT8_MAX