fix dumb compile error

This commit is contained in:
Benjamin Sergeant 2020-05-06 22:07:47 -07:00
parent 0772ef7ef5
commit 9f8643032d

View File

@ -79,7 +79,7 @@ namespace ix
std::thread t1(timer);
auto heartbeat = [&sentCount, &receivedCount, &stop, &enableHeartbeat, &heartBeatTimeout] {
auto heartbeat = [&sentCount, &receivedCount, &stop, &enableHeartbeat, &heartBeatTimeout, &fatalCobraError] {
std::string state("na");
if (!enableHeartbeat) return;