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