progress bug

This commit is contained in:
Dhanya Maliakal 2016-11-03 13:55:03 +01:00
parent 6498b20612
commit 3ed427e7f0

View File

@ -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);