Revert "Shutdown fix."

This reverts commit 11545bdb5d.
This commit is contained in:
Adam Ierymenko 2020-11-18 22:24:09 -05:00
parent 11545bdb5d
commit 3712f9b318
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
2 changed files with 2 additions and 7 deletions

View file

@ -69,7 +69,6 @@ private:
unsigned int _mtu;
int _fd;
std::atomic_bool _enabled;
std::atomic_bool _running;
std::thread _tapReaderThread;
std::thread _tapProcessorThread;
std::mutex _buffers_l;