X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Fimport-export.c;fp=test%2Fimport-export.c;h=15e213447eedd211f643aba6a2608e9939db7aef;hb=6b125b5b68e2657eae9b36f23d7f569fb9e49f8d;hp=599e4c1422bf004adde7097a1b54b9f0f15fcb24;hpb=cb34e9341aa5e87867ca8c539c167f271e31b5bf;p=meshlink diff --git a/test/import-export.c b/test/import-export.c index 599e4c14..15e21344 100644 --- a/test/import-export.c +++ b/test/import-export.c @@ -23,6 +23,8 @@ static void status_cb(meshlink_handle_t *mesh, meshlink_node_t *node, bool reach } int main(void) { + init_sync_flag(&bar_reachable); + meshlink_set_log_cb(NULL, MESHLINK_DEBUG, log_cb); // Open two new meshlink instance.