mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
New delete function
This commit is contained in:
parent
16dfa3238e
commit
0944faed7f
5 changed files with 34 additions and 21 deletions
|
|
@ -101,7 +101,7 @@ void *receive_msg(void *args) {
|
|||
*/
|
||||
|
||||
if (strstr(str, "clients") != NULL) {
|
||||
parse_to_clients(b.head, 0);
|
||||
parse_to_clients(b.head, 0, 0);
|
||||
} else if (strstr(str, "target") != NULL) {
|
||||
if (parse_to_probe_req(b.head, &prob_req) == 0) {
|
||||
insert_to_array(prob_req, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue