mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-03 04:07:50 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -89,7 +89,7 @@ namespace OpenWifi {
|
||||
int reason=0;
|
||||
while(running_) {
|
||||
|
||||
std::cout << __LINE__ << std::endl;
|
||||
// std::cout << __LINE__ << std::endl;
|
||||
/* if(!ProcessCommands()) {
|
||||
reason=1;
|
||||
running_=false;
|
||||
|
||||
@@ -47,8 +47,7 @@ namespace OpenWifi {
|
||||
void AddCommand(u_char C);
|
||||
|
||||
private:
|
||||
std::atomic_bool running_=false;
|
||||
volatile std::atomic_bool loop_done_=false;
|
||||
mutable std::atomic_bool running_=false;
|
||||
std::string device_address_;
|
||||
std::recursive_mutex M_;
|
||||
std::string id_;
|
||||
|
||||
Reference in New Issue
Block a user