track total lifetime # of bugs this node has seen

pull/2/head
geeksville 2020-03-24 13:22:16 -07:00
rodzic 1422402d96
commit 1b2449b50d
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -360,6 +360,10 @@ message MyNodeInfo {
/// A numeric error address (nonzero if available)
uint32 error_address = 8;
/// The total number of errors this node has ever encountered (well - since
/// the last time we discarded preferences)
uint32 error_count = 9;
/// FIXME - add more useful debugging state (queue depths etc)
}