mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 00:58:01 +02:00
changing signature from std::string to const std::string& for client receiver ip functions
This commit is contained in:
@ -2902,7 +2902,7 @@ int slsDetector::getReceiverStreamingPort() {
|
||||
return thisDetector->receiver_zmqport;
|
||||
}
|
||||
|
||||
void slsDetector::setClientStreamingIP(std::string sourceIP) {
|
||||
void slsDetector::setClientStreamingIP(const std::string& sourceIP) {
|
||||
struct addrinfo *result;
|
||||
// on failure to convert to a valid ip
|
||||
if (dataSocket->ConvertHostnameToInternetAddress(sourceIP.c_str(), &result)) {
|
||||
|
Reference in New Issue
Block a user