diff options
Diffstat (limited to 'net/base/network_change_notifier_win.h')
-rw-r--r-- | net/base/network_change_notifier_win.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/base/network_change_notifier_win.h b/net/base/network_change_notifier_win.h index 7b75c15..e32b950 100644 --- a/net/base/network_change_notifier_win.h +++ b/net/base/network_change_notifier_win.h @@ -90,6 +90,10 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierWin base::win::ObjectWatcher addr_watcher_; OVERLAPPED addr_overlapped_; + // This file handle receives network change notifications and is used for calling + // GetOverlappedResult(). + HANDLE network_change_event_handle_; + base::OneShotTimer<NetworkChangeNotifierWin> timer_; // Number of times WatchForAddressChange has failed in a row. |