EPICS base 3.14/clang compilation, TCPAcceptor shutdown on OSX (BSD) fixed

This commit is contained in:
Matej Sekoranja
2015-12-16 11:46:58 +01:00
parent 76b414dac6
commit d7eafcb9c5
4 changed files with 131 additions and 4 deletions

View File

@@ -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");