Converted usleep call to OpenThreads::Thread::microSleep() to avoid VS build problems
This commit is contained in:
@@ -183,7 +183,7 @@ public:
|
||||
// itererate until the master file is stable
|
||||
do
|
||||
{
|
||||
usleep(100000);
|
||||
OpenThreads::Thread::microSleep(100000);
|
||||
|
||||
filesB.swap(filesA);
|
||||
filesB.clear();
|
||||
|
||||
Reference in New Issue
Block a user