(ixbots) fix tsan data race error when accessing verbose parameter

This commit is contained in:
Benjamin Sergeant
2020-05-04 17:15:35 -07:00
parent 4f17cd5e74
commit af003fc79b
8 changed files with 5 additions and 49 deletions

View File

@@ -16,7 +16,6 @@ namespace ix
{
using OnBotMessageCallback = std::function<void(const Json::Value&,
const std::string&,
const bool verbose,
std::atomic<bool>&,
std::atomic<bool>&,
std::atomic<uint64_t>&)>;
@@ -30,7 +29,6 @@ namespace ix
const std::string& channel,
const std::string& filter,
const std::string& position,
bool verbose,
bool enableHeartbeat,
int runtime);