]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
common: avoid use of size_t in options
authorJames Page <james.page@ubuntu.com>
Wed, 29 May 2019 04:54:37 +0000 (05:54 +0100)
committerJames Page <james.page@ubuntu.com>
Wed, 29 May 2019 04:56:40 +0000 (05:56 +0100)
commit58b0d514a67ce4f5c115f0f5451d1ac939b3702b
tree652297f5b275a9ebb9548203d77ead4044a1a135
parenta5948e9bdc418590ce87c8a63db18f6b98a07087
common: avoid use of size_t in options

On 32 bit architectures size_t is not a 64 bit type
which causes comparison/assignment mismatch failures
during compilation - specifically in the handling of
legacy configuration values with boost::variant
records where size_t is not supported.

Signed-off-by: James Page <james.page@ubuntu.com>
src/common/config_values.h