| 1066 | } |
| 1067 | |
| 1068 | void Message::decode_otel_trace(ceph::bufferlist::const_iterator &p, bool create) |
| 1069 | { |
| 1070 | tracing::decode(otel_trace, p); |
| 1071 | } |
| 1072 | |
| 1073 | // This routine is not used for ordinary messages, but only when encapsulating a message |
| 1074 | // for forwarding and routing. It's also used in a backward compatibility test, which only |