trying different machine zmq

This commit is contained in:
Dhanya Maliakal 2016-11-04 10:25:00 +01:00
parent 78c1372950
commit d4733543ab

View File

@ -2735,14 +2735,14 @@ void UDPStandardImplementation::stopWriting(int ithread, char* wbuffer){
if(totalWritingPacketCount[ithread]){
printf("\nThread:%d File:%s\n"
//"\ttotalpacketsinfile:%d\t"
"\ttotalpacketsinfile:%d\t"
"Packets Lost:%d"
//"\tCurrentFrameNumber:%lld\tPreviousFrameNumber:%lld"
"\tCurrentFrameNumber:%lld\tPreviousFrameNumber:%lld"
"\n",
ithread,completeFileName[ithread],
//totalPacketsInFile[ithread],
totalPacketsInFile[ithread],
( ((int)(currentFrameNumber[ithread]-frameNumberInPreviousFile[ithread])*packetsPerFrame) - totalPacketsInFile[ithread])
//,currentFrameNumber[ithread],frameNumberInPreviousFile[ithread]
,currentFrameNumber[ithread],frameNumberInPreviousFile[ithread]
);
}
closeFile(ithread);