new organization

This commit is contained in:
Marty Kraimer
2000-01-24 20:55:50 +00:00
parent 3377657ca2
commit 988d7d4969
4 changed files with 158 additions and 18 deletions

View File

@@ -49,7 +49,7 @@
#define epicsExportSharedSymbols
#include "epicsAssert.h"
#include "osiTimer.h"
#include "osiSleep.h"
#include "osiThread.h"
#include "tsMinMax.h"
#include "fdManager.h"
#include "bsdSocketResource.h"
@@ -178,9 +178,7 @@ epicsShareFunc void fdManager::process (double delay)
* windows sockets and UNIX sockets implementation
* of select()
*/
if (tv.tv_sec!=0 || tv.tv_usec!=0) {
osiSleep (tv.tv_sec, tv.tv_usec);
}
if (minDelay>0.0) threadSleep(minDelay);
status = 0;
}
else {