X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=test%2Fimport-export.c;h=0671cf4770dddc68a29220a1e7088809e128694d;hb=HEAD;hp=b3ac84108a6c951bd794ba2d9698ae7b13b93307;hpb=f7454b8fe1956ffc72a4ea196565bac317527771;p=meshlink 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);