EPICS base 3.14/clang compilation, TCPAcceptor shutdown on OSX (BSD) fixed
This commit is contained in:
@@ -268,8 +268,8 @@ namespace pvAccess {
|
||||
{
|
||||
case esscimqi_socketBothShutdownRequired:
|
||||
shutdown(sock, SHUT_RDWR);
|
||||
_thread.exitWait();
|
||||
epicsSocketDestroy(sock);
|
||||
_thread.exitWait();
|
||||
break;
|
||||
case esscimqi_socketSigAlarmRequired:
|
||||
LOG(logLevelError, "SigAlarm close not implemented for this target\n");
|
||||
|
||||
Reference in New Issue
Block a user