mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-23 14:28:41 +01:00
got rid of the time wait in creating files
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@744 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@@ -768,10 +768,10 @@ int slsReceiverFunctionList::setupWriter(){
|
||||
#endif
|
||||
sem_post(&writersmp[i]);
|
||||
//wait for each file to be created
|
||||
while((1<<i)&createfile_mask){
|
||||
/*while((1<<i)&createfile_mask){
|
||||
cout<<"*"<<flush;
|
||||
usleep(5000);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
//wait till its created
|
||||
/*while(createfile_mask){
|
||||
|
||||
Reference in New Issue
Block a user