From 3ed427e7f06c4952e239a5ef3304f95c5e2a4268 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Thu, 3 Nov 2016 13:55:03 +0100 Subject: [PATCH] progress bug --- slsReceiverSoftware/src/UDPStandardImplementation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/slsReceiverSoftware/src/UDPStandardImplementation.cpp b/slsReceiverSoftware/src/UDPStandardImplementation.cpp index a8dda285e..b5debd195 100644 --- a/slsReceiverSoftware/src/UDPStandardImplementation.cpp +++ b/slsReceiverSoftware/src/UDPStandardImplementation.cpp @@ -2901,6 +2901,7 @@ void UDPStandardImplementation::handleWithoutMissingPackets(int ithread, char* w totalWritingPacketCount[ithread] += npackets; lastFrameNumberInFile[ithread] = tempframenumber; currentFrameNumber[ithread] = tempframenumber; + cout<<"curentframenumber:"< 1) pthread_mutex_lock(&writeMutex);