]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
{test,rgw,tools}: Explicitly use Boost.Process v1
authorAdam C. Emerson <aemerson@redhat.com>
Thu, 8 May 2025 18:34:54 +0000 (14:34 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Thu, 15 Jan 2026 04:54:08 +0000 (23:54 -0500)
commitdce2c80dbd500deaaa3846e865e7ae75eb85a35a
tree4899124df556094d8fb896bc19049d60a0fa0add
parent1dfe804c8410caf288e22b96e4e99c73869f21a0
{test,rgw,tools}: Explicitly use Boost.Process v1

Boost 1.88 removed the default of using the v1 interface
automatically. See https://github.com/boostorg/process/issues/480 for
an example.

https://www.boost.org/doc/libs/1_88_0/libs/process/doc/html/index.html#version_2
describes the new, preferred version which we probably want to migrate
to eventually.

In this change we simply include the v1 files and change the namespace
we alias.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/rgw/driver/rados/rgw_sal_rados.cc
src/rgw/rgw_lua.cc
src/test/mon/test_mon_memory_target.cc
src/tools/cephfs/ProgressTracker.cc