Skip to content
Snippets Groups Projects
Commit 566050e1 authored by Ilya Dryomov's avatar Ilya Dryomov
Browse files

libceph: separate msgr1 protocol implementation


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>
parent 6503e0b6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment