]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
libcephfs_proxy: add support for control messages
authorXavi Hernandez <xhernandez@gmail.com>
Tue, 11 Feb 2025 15:15:44 +0000 (16:15 +0100)
committerXavi Hernandez <xhernandez@gmail.com>
Tue, 11 Feb 2025 17:08:28 +0000 (18:08 +0100)
commit3a4232728b70c566c96601de5fd3db7564e75671
tree30489c324706966af13922e7ff195767539e1fb8
parent9e0a231d8c3ed0b301ed8a10417ded2daa77c439
libcephfs_proxy: add support for control messages

The negotiation protocol will require sending control messages over the
unix socket. This commit implements send and receive functions that
include control messages.

Signed-off-by: Xavi Hernandez <xhernandez@gmail.com>
src/libcephfs_proxy/proxy_link.c
src/libcephfs_proxy/proxy_link.h