| 124 | } |
| 125 | |
| 126 | void Controller::prepareUIStatus() { |
| 127 | c_editor_on_ = editor_on_.load(std::memory_order::relaxed); |
| 128 | c_match_bypass_on_ = match_bypass_on_.load(std::memory_order::relaxed); |
| 129 | } |
| 130 | |
| 131 | void Controller::prepareStatus() { |
| 132 | if (c_filter_structure_ != filter_structure_.load(std::memory_order::relaxed)) { |