Searched refs:msg_exit (Results 1 – 1 of 1) sorted by relevance
1582 struct msg msg_exit; in dispatch_thread() local1584 msg_exit.type = MSG_EXIT; in dispatch_thread()1585 if (send_message(sock_fd, &msg_exit) < 0) { in dispatch_thread()