Searched refs:msg_log (Results 1 – 1 of 1) sorted by relevance
1443 struct msg msg_log; in worker_main_send_log() local1447 memset(&msg_log, 0, sizeof(msg_log)); in worker_main_send_log()1448 msg_log.type = MSG_TEST_LOG; in worker_main_send_log()1449 dest = msg_log.test_log.log_buf; in worker_main_send_log()1456 msg_log.test_log.is_last = true; in worker_main_send_log()1458 assert(send_message(sock, &msg_log) >= 0); in worker_main_send_log()
Completed in 5 milliseconds