Build fix.

This commit is contained in:
Adam Ierymenko 2020-11-18 22:32:57 -05:00
parent 414c248cc5
commit f934a09baa
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
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;