mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-03 20:28:42 +01:00
progress bug
This commit is contained in:
@@ -2898,7 +2898,7 @@ void UDPStandardImplementation::handleWithoutMissingPackets(int ithread, char* w
|
|||||||
totalWritingPacketCount[ithread] += npackets;
|
totalWritingPacketCount[ithread] += npackets;
|
||||||
lastFrameNumberInFile[ithread] = tempframenumber;
|
lastFrameNumberInFile[ithread] = tempframenumber;
|
||||||
currentFrameNumber[ithread] = tempframenumber;
|
currentFrameNumber[ithread] = tempframenumber;
|
||||||
cout<<"curentframenumber:"<<currentFrameNumber[ithread]<<endl;
|
//cout<<"curentframenumber:"<<currentFrameNumber[ithread]<<endl;
|
||||||
|
|
||||||
if(numberofWriterThreads > 1)
|
if(numberofWriterThreads > 1)
|
||||||
pthread_mutex_lock(&writeMutex);
|
pthread_mutex_lock(&writeMutex);
|
||||||
|
|||||||
Reference in New Issue
Block a user