]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/lua: replace int64_t with "long long int" for the background table 46568/head
authoryuval Lifshitz <ylifshit@redhat.com>
Thu, 9 Jun 2022 15:57:07 +0000 (18:57 +0300)
committeryuval Lifshitz <ylifshit@redhat.com>
Thu, 9 Jun 2022 18:43:51 +0000 (21:43 +0300)
commit0afa30f0569fe1b3b0a85c57f5def4330c7631f5
treee09ae5566e183d2c53ecbe3ef41e3a2e6e619f2f
parentc6065f733eac6468ff6e1d205c213123dec7f3b1
rgw/lua: replace int64_t with "long long int" for the background table

lua integer is "long long int" which works with GCC 11.2.1 (fedora 36)
but fails to compile on centos8 and ubuntu focal

Signed-off-by: yuval Lifshitz <ylifshit@redhat.com>
src/rgw/rgw_lua_background.cc
src/rgw/rgw_lua_background.h
src/test/rgw/test_rgw_lua.cc