mirror of
https://github.com/espressif/openthread.git
synced 2026-07-26 22:09:05 +00:00
[history-tracker] add missing UpdateAgedEntries() method to EntryList (#11576)
Adds missing method `UpdateAgedEntries` for the template specialization of `EntryList` when size is 0.
This commit is contained in:
@@ -410,6 +410,7 @@ private:
|
||||
Entry *AddNewEntry(void) { return nullptr; }
|
||||
void AddNewEntry(const Entry &) {}
|
||||
const Entry *Iterate(Iterator &, uint32_t &) const { return nullptr; }
|
||||
void UpdateAgedEntries(void) {}
|
||||
void RemoveAgedEntries(void) {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user