mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-11 02:26:43 +00:00
Renames walkIdle to walkAllStates and documents method behavior
This commit is contained in:
parent
c9b538a199
commit
bd5041ead2
3 changed files with 15 additions and 8 deletions
|
|
@ -122,7 +122,7 @@ bool GenericHash::add(GenericHashEntry *h, bool do_lock) {
|
|||
|
||||
/* ************************************ */
|
||||
|
||||
void GenericHash::walkIdle(bool (*walker)(GenericHashEntry *h, void *user_data), void *user_data) {
|
||||
void GenericHash::walkAllStates(bool (*walker)(GenericHashEntry *h, void *user_data), void *user_data) {
|
||||
vector<GenericHashEntry*> *cur_idle = NULL;
|
||||
u_int new_walk_idle_start_hash_id = 0;
|
||||
bool update_walk_idle_start_hash_id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue