changed to shutdown for sys call interrupt

This commit is contained in:
Jeff Hill
2003-04-24 21:14:31 +00:00
parent ff9075881c
commit 0761793165

View File

@@ -18,5 +18,5 @@
enum epicsSocketSystemCallInterruptMechanismQueryInfo
epicsSocketSystemCallInterruptMechanismQuery ()
{
return esscimqi_socketCloseRequired;
return esscimqi_socketBothShutdownRequired;
}