]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
include/cephfs/types.h: move struct keys_and_values to separate header
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 25 Oct 2024 11:50:09 +0000 (13:50 +0200)
committerVenky Shankar <vshankar@redhat.com>
Tue, 22 Jul 2025 05:11:00 +0000 (10:41 +0530)
commitc914920e6bff787dce75d76deb4afad2aed45c58
treedfd827e68885ed8729229d10a1bb17c5ba63070b
parent308f3beb57e74331b6e60d077819dbf5ea2ebbf7
include/cephfs/types.h: move struct keys_and_values to separate header

This struct is only used in two sources and moving it to a separate
header means we can eliminate the heavy header dependency on
boost::spirit.

Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/client/Client.cc
src/include/cephfs/keys_and_values.h [new file with mode: 0644]
src/include/cephfs/types.h
src/mds/Server.cc
src/mon/ConnectionTracker.cc