Searched refs:msg_do_test (Results 1 – 1 of 1) sorted by relevance
1217 struct msg msg_do_test; in dispatch_thread() local1219 memset(&msg_do_test, 0, sizeof(msg_do_test)); in dispatch_thread()1220 msg_do_test.type = MSG_DO_TEST; in dispatch_thread()1221 msg_do_test.do_test.num = test_to_run; in dispatch_thread()1222 if (send_message(sock_fd, &msg_do_test) < 0) { in dispatch_thread()