mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 22:40:02 +02:00
progress bug
This commit is contained in:
parent
6498b20612
commit
3ed427e7f0
@ -2901,6 +2901,7 @@ void UDPStandardImplementation::handleWithoutMissingPackets(int ithread, char* w
|
||||
totalWritingPacketCount[ithread] += npackets;
|
||||
lastFrameNumberInFile[ithread] = tempframenumber;
|
||||
currentFrameNumber[ithread] = tempframenumber;
|
||||
cout<<"curentframenumber:"<<currentFrameNumber[ithread]<<endl;
|
||||
|
||||
if(numberofWriterThreads > 1)
|
||||
pthread_mutex_lock(&writeMutex);
|
||||
|
Loading…
x
Reference in New Issue
Block a user