]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
libcephfs_proxy: remove unnecessary protocol references in daemon
authorXavi Hernandez <xhernandez@gmail.com>
Mon, 1 Sep 2025 09:58:30 +0000 (11:58 +0200)
committerXavi Hernandez <xhernandez@gmail.com>
Wed, 10 Sep 2025 08:03:00 +0000 (10:03 +0200)
commitd3939f99fc294ab0f98a845b96271127eecb444f
treea77131cc3e44f9ebdeaf0fe80c34f130e3ccbc79
parentc1aa4b52adcbaf777d51a3adc89c90f638e2dcce
libcephfs_proxy: remove unnecessary protocol references in daemon

With the new protocol structure definitions, it's not necessary to
explicitly access each field inside its version substructure (v0, for
example). Now all fields of the latest version are declared inside an
anonymous substructure that can be accessed without a prefix.

Fixes: https://tracker.ceph.com/issues/72800
Signed-off-by: Xavi Hernandez <xhernandez@gmail.com>
(cherry picked from commit b5df01a605d0adfa332e08665faea00bf7b0fbd0)
src/libcephfs_proxy/libcephfsd.c