Searched refs:msg_log (Results 1 – 1 of 1) sorted by relevance
1445 struct msg msg_log; in worker_main_send_log() local1449 memset(&msg_log, 0, sizeof(msg_log)); in worker_main_send_log()1450 msg_log.type = MSG_TEST_LOG; in worker_main_send_log()1451 dest = msg_log.test_log.log_buf; in worker_main_send_log()1458 msg_log.test_log.is_last = true; in worker_main_send_log()1460 assert(send_message(sock, &msg_log) >= 0); in worker_main_send_log()