• Ilya Dryomov's avatar
    libceph: separate msgr1 protocol implementation · 566050e1
    Ilya Dryomov authored
    In preparation for msgr2, define internal messenger <-> protocol
    interface (as opposed to external messenger <-> client interface, which
    is struct ceph_connection_operations) consisting of try_read(),
    try_write(), revoke(), revoke_incoming(), opened(), reset_session() and
    reset_protocol() ops.  The semantics are exactly the same as they are
    now.
    Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
    566050e1
messenger.c 89.7 KB