mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-15 07:20:17 +00:00
Match consistent style
This commit is contained in:
committed by
Dennis Klein
parent
1752e116e3
commit
2eb09df1f7
@@ -189,7 +189,9 @@ auto Socket::BindDataEndpoint() -> void
|
|||||||
auto Socket::Connect(const string& address) -> bool
|
auto Socket::Connect(const string& address) -> bool
|
||||||
try {
|
try {
|
||||||
fRemoteAddr = Context::VerifyAddress(address);
|
fRemoteAddr = Context::VerifyAddress(address);
|
||||||
fNeedOfiMemoryRegistration = (fRemoteAddr.Protocol == "verbs");
|
if (fRemoteAddr.Protocol == "verbs") {
|
||||||
|
fNeedOfiMemoryRegistration = true;
|
||||||
|
}
|
||||||
|
|
||||||
InitOfi(fRemoteAddr);
|
InitOfi(fRemoteAddr);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user