Using osiSockAddress parameter by reference wherever possible.
This commit is contained in:
@@ -147,7 +147,7 @@ namespace epics {
|
||||
|
||||
virtual void send(ByteBuffer* buffer, TransportSendControl* control) {
|
||||
control->startMessage(CMD_ECHO, 0);
|
||||
control->setRecipient(&_echoFrom);
|
||||
control->setRecipient(_echoFrom);
|
||||
}
|
||||
|
||||
virtual void lock() {
|
||||
|
||||
Reference in New Issue
Block a user