print probesize

This commit is contained in:
PolynomialDivision 2018-02-01 12:48:58 +01:00
parent 0589c74079
commit 080d78f75a

View file

@ -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;