X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=test%2Fimport-export.c;h=15981ed9f673b032740ebbf9371482661ac4de41;hp=b3ac84108a6c951bd794ba2d9698ae7b13b93307;hb=5b5e1456905850d03638621328dff994876458c2;hpb=74e7a207fa1504872f43e00837106d3e40f6a547 diff --git a/test/import-export.c b/test/import-export.c index b3ac8410..15981ed9 100644 --- a/test/import-export.c +++ b/test/import-export.c @@ -33,6 +33,7 @@ static void pmtu_cb(meshlink_handle_t *mesh, meshlink_node_t *node, uint16_t pmt int main(void) { init_sync_flag(&bar_reachable); + init_sync_flag(&pmtu_flag); meshlink_set_log_cb(NULL, MESHLINK_DEBUG, log_cb);