Build fix.

This commit is contained in:
Adam Ierymenko
2020-11-18 22:32:57 -05:00
parent 414c248cc5
commit f934a09baa
2 changed files with 5 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ private:
int _fd;
int _shutdownSignalPipe[2];
std::atomic_bool _enabled;
std::thread _tapReaderThread;
std::thread _tapReaderThread[2];
std::thread _tapProcessorThread;
std::mutex _buffers_l;
std::vector<void *> _buffers;