mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
remove prints
This commit is contained in:
parent
e00e11b728
commit
ed725710d7
3 changed files with 37 additions and 23 deletions
|
|
@ -2,6 +2,8 @@
|
|||
#define __DAWN_UBUS_H
|
||||
|
||||
#include <libubox/blobmsg_json.h>
|
||||
#include <libubox/uloop.h>
|
||||
|
||||
#include "datastorage.h"
|
||||
|
||||
#define MIN_PROBE_REQ 2 // TODO: Parse from config file...
|
||||
|
|
@ -28,6 +30,6 @@ int ubus_call_umdns();
|
|||
|
||||
int ubus_send_probe_via_network(struct probe_entry_s probe_entry);
|
||||
|
||||
void *update_hostapd_sockets(void *arg);
|
||||
void update_hostapd_sockets(struct uloop_timeout *t);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue