ceph: include transaction id in ceph_msg_header (protocol change)
authorSage Weil <sage@newdream.net>
Tue, 22 Dec 2009 19:24:33 +0000 (11:24 -0800)
committerSage Weil <sage@newdream.net>
Wed, 23 Dec 2009 16:17:22 +0000 (08:17 -0800)
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: Sage Weil <sage@newdream.net>

No differences found