]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Tue, 9 Sep 2025 13:12:35 +0000 (15:12 +0200)
commitb5df01a605d0adfa332e08665faea00bf7b0fbd0
treeeba969fa92e82257f3b41e922ee23102023024b9
parent8cd9f8c808a09f8c2f1da5b15233a14effa41296
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>
src/libcephfs_proxy/libcephfsd.c