introduced ignored packets and changed meaning of missing packets for jungfrau

This commit is contained in:
Dhanya Maliakal
2016-11-03 09:16:36 +01:00
parent 8efc455e58
commit 84bdf873ce
2 changed files with 23 additions and 4 deletions

View File

@ -636,6 +636,9 @@ private:
/** Total packet Count listened to by listening threads */
int totalListeningPacketCount[MAX_NUMBER_OF_LISTENING_THREADS];
/** Total packet Count ignored by listening threads */
int totalIgnoredPacketCount[MAX_NUMBER_OF_LISTENING_THREADS];
/** Pckets currently in current file, starts new file when it reaches max */
int64_t lastFrameNumberInFile[MAX_NUMBER_OF_WRITER_THREADS];