added socket unblock mechanism test

This commit is contained in:
Jeff Hill
2004-05-13 14:48:28 +00:00
parent 37958418e4
commit 87b4d8db21

View File

@@ -13,7 +13,7 @@ void socketJoltTest ( void * )
{
epicsSignalInstallSigAlarmIgnore ();
char buf [1];
int status = recv ( s, buf, (int) sizeof ( buf ), 0 );
recv ( s, buf, (int) sizeof ( buf ), 0 );
blockingSockWakeup = true;
}