added socket unblock mechanism test

This commit is contained in:
Jeff Hill
2004-05-13 15:22:25 +00:00
parent 0381f13e3f
commit 800d614eed

View File

@@ -67,7 +67,7 @@ void blockingSockTest ()
}
}
}
printf ( "Local os behaves like \"%s\"\n", pStr );
printf ( "The local OS behaves like \"%s\".\n", pStr );
pStr = "esscimqi_?????";
switch ( epicsSocketSystemCallInterruptMechanismQuery() ) {
case esscimqi_socketCloseRequired:
@@ -80,6 +80,6 @@ void blockingSockTest ()
pStr = "esscimqi_socketSigAlarmRequired";
break;
}
printf ( "epicsSocketSystemCallInterruptMechanismQuery() returns\n\"%s\"\n",
printf ( "The epicsSocketSystemCallInterruptMechanismQuery() function returns\n\"%s\".\n",
pStr );
}