This commit is contained in:
Dhanya Maliakal
2015-07-17 13:29:23 +02:00
parent ca9f195f0b
commit 26a42d8f67
2 changed files with 98 additions and 41 deletions

View File

@ -659,6 +659,9 @@ protected:
/** Receiver buffer */
char *buffer[MAX_NUM_LISTENING_THREADS];
/** Missing Packet */
char *missingPacket;
/** number of writer threads */
int numListeningThreads;