Build fix.
This commit is contained in:
parent
414c248cc5
commit
f934a09baa
2 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue