Skip to content

Commit

Permalink
tidy/nit - made TSAN happy on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
talaviram committed Nov 4, 2024
1 parent 045f1b1 commit 457b6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mdns_cpp/mdns.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class mDNS {
std::uint16_t port_{42424};
std::string txt_record_{};

bool running_{false};
std::atomic<bool> running_{false};
bool dumpMode_{false};

struct sockaddr_in service_address_ipv4_;
Expand Down

0 comments on commit 457b6dc

Please sign in to comment.