enhanced dumpmoving_scmd.c
This commit is contained in:
@@ -253,6 +253,7 @@ static void *mountthread(void _U_ *u){
|
||||
pthread_mutex_unlock(&datamutex);
|
||||
// allow writing & getters
|
||||
//DBG("t0=%g, tnow=%g", t0-t00, dtime()-t00);
|
||||
if(dtime() - t0 >= Conf.MountReqInterval) usleep(50);
|
||||
while(dtime() - t0 < Conf.MountReqInterval);
|
||||
t0 = dtime();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user