diff options
Diffstat (limited to 'osdep/WindowsEthernetTap.hpp')
-rw-r--r-- | osdep/WindowsEthernetTap.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/WindowsEthernetTap.hpp b/osdep/WindowsEthernetTap.hpp index 2114dfd0..2c7aeadd 100644 --- a/osdep/WindowsEthernetTap.hpp +++ b/osdep/WindowsEthernetTap.hpp @@ -131,7 +131,7 @@ private: void *_arg; MAC _mac; uint64_t _nwid; - unsigned int _mtu; + volatile unsigned int _mtu; Thread _thread; volatile HANDLE _tap; |