debugging

This commit is contained in:
Dhanya Maliakal 2016-11-08 15:44:34 +01:00
parent 0b5dc3a5a1
commit 7b2be5b009

View File

@ -2899,6 +2899,7 @@ void UDPStandardImplementation::handleWithoutMissingPackets(int ithread, char* w
fwrite(wbuffer + HEADER_SIZE_NUM_TOT_PACKETS, 1, oneDataSize*packetsPerFrame+fifoBufferHeaderSize-HEADER_SIZE_NUM_TOT_PACKETS, sfilefd[ithread]);
}
if(npackets!=128) exit(-1);
totalPacketsInFile[ithread] += npackets;
totalWritingPacketCount[ithread] += npackets;
lastFrameNumberInFile[ithread] = tempframenumber;