mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
print probesize
This commit is contained in:
parent
0589c74079
commit
080d78f75a
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@ int init_mutex() {
|
|||
|
||||
int main(int argc, char **argv) {
|
||||
|
||||
printf("sizeof(probe_entry_s) == %d", sizeof(struct probe_entry_s));
|
||||
|
||||
const char *ubus_socket = NULL;
|
||||
|
||||
argc -= optind;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue