Skip to content

Commit bdca2dc

Browse files
authored
Merge pull request ceph#51176 from linuxbox2/wip-fix-rgwfile-ver
rgw/file: advance rgw_file interface version Reviewed-by: Daniel Gryniewicz <[email protected]>
2 parents 7fa418a + a7d4d95 commit bdca2dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/rados/rgw_file.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ extern "C" {
2727

2828
#define LIBRGW_FILE_VER_MAJOR 1
2929
#define LIBRGW_FILE_VER_MINOR 2
30-
#define LIBRGW_FILE_VER_EXTRA 0
30+
#define LIBRGW_FILE_VER_EXTRA 1 /* version number needs to advance to
31+
* match change in rgw_raddir2 signature */
3132

3233
#define LIBRGW_FILE_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra)
3334
#define LIBRGW_FILE_VERSION_CODE LIBRGW_FILE_VERSION(LIBRGW_FILE_VER_MAJOR, LIBRGW_FILE_VER_MINOR, LIBRGW_FILE_VER_EXTRA)

0 commit comments

Comments
 (0)