mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
test_storage: further refactoring, added test functionality, and TESTING.md to describe testing approach
This commit is contained in:
parent
bd35961de8
commit
292ccb01f2
9 changed files with 513 additions and 117 deletions
|
@ -175,6 +175,8 @@ void print_probe_entry(probe_entry entry);
|
|||
|
||||
int eval_probe_metric(struct probe_entry_s probe_entry);
|
||||
|
||||
void denied_req_array_insert(auth_entry entry);
|
||||
|
||||
auth_entry denied_req_array_delete(auth_entry entry);
|
||||
|
||||
auth_entry insert_to_denied_req_array(auth_entry entry, int inc_counter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue