ivanallen commented on code in PR #3199:
URL: https://github.com/apache/brpc/pull/3199#discussion_r2720672525
##########
src/brpc/rdma/rdma_endpoint.cpp:
##########
@@ -433,9 +436,10 @@ void* RdmaEndpoint::ProcessHandshakeAtClient(void* arg) {
// First initialize CQ and QP resources
ep->_state = C_ALLOC_QPCQ;
+ auto* rdmaTransport = static_cast<RdmaTransport*>(s->_transport.get());
Review Comment:
I think the variable naming style is `Snake Style` in brpc.
```c++
auto rdma_trasnport = ...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]