Add sawNodeReport to storeforwardplugin

This commit is contained in:
Jm
2021-02-20 23:53:53 -08:00
parent 7ffe601743
commit a4e5c7224f
2 changed files with 75 additions and 11 deletions

View File

@@ -22,6 +22,7 @@ class StoreForwardPlugin : private concurrency::OSThread
@return 0 if we have never seen that node before otherwise return the last time we saw the node.
*/
uint32_t sawNode(uint32_t);
void sawNodeReport();
private:
// Nothing here