Skip to content
Commit 6df058c0 authored by Sage Weil's avatar Sage Weil
Browse files

ceph: include transaction id in ceph_msg_header (protocol change)



Many (most?) message types include a transaction id.  By including it in
the fixed size header, we always have it available even when we are unable
to allocate memory for the (larger, variable sized) message body.  This
will allow us to error out the appropriate request instead of (silently)
dropping the reply.

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent 0cf90ab5
Loading
Loading
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