Searched refs:msg_log (Results 1 – 1 of 1) sorted by relevance
1399 struct msg msg_log; in worker_main_send_log() local1403 memset(&msg_log, 0, sizeof(msg_log)); in worker_main_send_log()1404 msg_log.type = MSG_TEST_LOG; in worker_main_send_log()1405 dest = msg_log.test_log.log_buf; in worker_main_send_log()1412 msg_log.test_log.is_last = true; in worker_main_send_log()1414 assert(send_message(sock, &msg_log) >= 0); in worker_main_send_log()