X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Fimport-export.c;h=15e213447eedd211f643aba6a2608e9939db7aef;hb=4b6c01b1d5383b1a7417244a31ad4652aab2d5db;hp=599e4c1422bf004adde7097a1b54b9f0f15fcb24;hpb=8d4b96efb7955eaa96174af4804597f92e124041;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.