]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg/Message: make {encode,decode}_trace unconditional
authorSage Weil <sage@redhat.com>
Fri, 7 Apr 2017 19:40:21 +0000 (15:40 -0400)
committerSage Weil <sage@redhat.com>
Fri, 5 May 2017 18:05:24 +0000 (14:05 -0400)
commit25eb14247d86012557a260264c5d4c7bfb590abb
tree5b182d0acd0e8f75e10391b63f38ccf5f5ee58c5
parent60baa90c293188fffea70a9354e99cfa892bcf3a
msg/Message: make {encode,decode}_trace unconditional

These are protocol features and cannot vary based on our compilation.
Encode and decode unconditionally.  The callers have already guarded these
field additions with a message version bump and are conditionally calling
decode_trace.

Signed-off-by: Sage Weil <sage@redhat.com>
src/msg/Message.cc