makng the zmq work without external flag

This commit is contained in:
Dhanya Maliakal
2017-11-27 17:06:27 +01:00
3 changed files with 14 additions and 34 deletions

View File

@ -184,19 +184,6 @@ class UDPStandardImplementation: private virtual slsReceiverDefs, public UDPBase
*/
void closeFiles();
/**
* Set streaming port and restart sockets if streaming was enabled
* @param i streaming port
*/
void setStreamingPort(const uint32_t i);
/**
* Set streaming source ip and restart sockets if streaming was enabled
* @param c streaming source ip
*/
void setStreamingSourceIP(const char* c);
private:
/**