print size

This commit is contained in:
PolynomialDivision 2018-02-01 12:50:51 +01:00
parent 080d78f75a
commit 4779c723d8

View file

@ -86,7 +86,7 @@ int init_mutex() {
int main(int argc, char **argv) { 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; const char *ubus_socket = NULL;