mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 17:31:58 +00:00
Merge "wifi(implementation): Make a boolean flag atomic"
This commit is contained in:
@@ -289,7 +289,7 @@ class WifiLegacyHal {
|
||||
// Opaque handle to be used for all wlan0 interface specific operations.
|
||||
wifi_interface_handle wlan_interface_handle_;
|
||||
// Flag to indicate if we have initiated the cleanup of legacy HAL.
|
||||
bool awaiting_event_loop_termination_;
|
||||
std::atomic<bool> awaiting_event_loop_termination_;
|
||||
// Flag to indicate if the legacy HAL has been started.
|
||||
bool is_started_;
|
||||
wifi_system::InterfaceTool iface_tool_;
|
||||
|
||||
Reference in New Issue
Block a user