]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
libcephfs_proxy: remove unnecessary protocol references in client
authorXavi Hernandez <xhernandez@gmail.com>
Mon, 1 Sep 2025 09:41:10 +0000 (11:41 +0200)
committerXavi Hernandez <xhernandez@gmail.com>
Tue, 9 Sep 2025 13:12:35 +0000 (15:12 +0200)
commit8cd9f8c808a09f8c2f1da5b15233a14effa41296
tree82977168199c48c71f13fc7b02ea2b49b2f34e0b
parent62e917148496bce299f4cd48342765b73b9950a8
libcephfs_proxy: remove unnecessary protocol references in client

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>
src/libcephfs_proxy/libcephfs_proxy.c
src/libcephfs_proxy/proxy_async.c