mac_pcap_base: fix race detected with TSAN

master
Andre Puschmann 3 years ago
parent c434aac526
commit 312b5a241c

@ -95,7 +95,7 @@ protected:
std::mutex mutex;
srslog::basic_logger& logger;
bool running = false;
std::atomic<bool> running = {false};
static_blocking_queue<pcap_pdu_t, 1024> queue;
uint16_t ue_id = 0;

Loading…
Cancel
Save