This is an automated email from the ASF dual-hosted git repository.
jamesge pushed a commit to branch rdma
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git
The following commit(s) were added to refs/heads/rdma by this push:
new 89c72c8 Initialize use_rdma to false
new d0dd7fe Merge pull request #910 from liuzhiwei/rdma
89c72c8 is described below
commit 89c72c8eb3b4cb9d212c999198b13c229c2490af
Author: liuzhiweihome <[email protected]>
AuthorDate: Fri Aug 30 12:56:08 2019 +0800
Initialize use_rdma to false
---
src/brpc/details/naming_service_thread.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/brpc/details/naming_service_thread.h
b/src/brpc/details/naming_service_thread.h
index 2e312c9..a3bbfe4 100644
--- a/src/brpc/details/naming_service_thread.h
+++ b/src/brpc/details/naming_service_thread.h
@@ -45,7 +45,8 @@ public:
struct GetNamingServiceThreadOptions {
GetNamingServiceThreadOptions()
: succeed_without_server(false)
- , log_succeed_without_server(true) {}
+ , log_succeed_without_server(true)
+ , use_rdma(false) {}
bool succeed_without_server;
bool log_succeed_without_server;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]