Shutdown fix.
This commit is contained in:
parent
a390629371
commit
11545bdb5d
2 changed files with 7 additions and 2 deletions
|
@ -69,6 +69,7 @@ private:
|
|||
unsigned int _mtu;
|
||||
int _fd;
|
||||
std::atomic_bool _enabled;
|
||||
std::atomic_bool _running;
|
||||
std::thread _tapReaderThread;
|
||||
std::thread _tapProcessorThread;
|
||||
std::mutex _buffers_l;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue