X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=test%2Fblackbox%2Ftest_case_channel_conn_03%2Fnode_sim_peer.c;h=32d3753c1de043b3e4bd498a0353f4d893aee651;hp=ae8dadcc2bb22a4f68d7ce6aa028e3d14a8e0036;hb=cdb3dada645394bb1e0d0bf7816291fbd9a2a4a0;hpb=6354733cc5044c5226c430d97262c06ab4cd0d5e diff --git a/test/blackbox/test_case_channel_conn_03/node_sim_peer.c b/test/blackbox/test_case_channel_conn_03/node_sim_peer.c index ae8dadcc..32d3753c 100644 --- a/test/blackbox/test_case_channel_conn_03/node_sim_peer.c +++ b/test/blackbox/test_case_channel_conn_03/node_sim_peer.c @@ -72,8 +72,9 @@ static void channel_receive_cb(meshlink_handle_t *mesh, meshlink_channel_t *chan } int main(int argc, char *argv[]) { + (void)argc; + struct timeval main_loop_wait = { 2, 0 }; - struct timespec timeout = {0}; // Import mesh event handler