Skip to content

Commit 83c150d

Browse files
author
lhh
committed
draft: fix conflicts
1 parent df0b3f4 commit 83c150d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/brpc/policy/couchbase_protocol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void ProcessCouchbaseResponse(InputMessageBase* msg_base) {
160160
}
161161

162162
ControllerPrivateAccessor accessor(cntl);
163-
Span* span = accessor.span();
163+
std::shared_ptr<Span> span = accessor.span();
164164
if (span) {
165165
span->set_base_real_us(msg->base_real_us());
166166
span->set_received_us(msg->received_us());

0 commit comments

Comments
 (0)