mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-18 07:47:12 +02:00
progress bug
This commit is contained in:
@ -2901,6 +2901,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;
|
||||||
|
|
||||||
if(numberofWriterThreads > 1)
|
if(numberofWriterThreads > 1)
|
||||||
pthread_mutex_lock(&writeMutex);
|
pthread_mutex_lock(&writeMutex);
|
||||||
|
Reference in New Issue
Block a user