stop signal
Some checks failed
CI / GitHub Env Debug (push) Has been cancelled
CI / Windows (push) Has been cancelled

This commit is contained in:
pigeatgarlic 2025-11-07 12:28:17 +07:00
parent c8d77a5335
commit b4f481028c

View File

@ -250,6 +250,10 @@ main(int argc, char *argv[]) {
BOOST_LOG(debug) << "IDR";
idr->raise(true);
break;
case EventType::Stop:
BOOST_LOG(debug) << "Received shutdown event from shm";
process_shutdown_event->raise(true);
break;
default:
BOOST_LOG(info) << "invalid message "<< u_int(buffer[0]) << " " << u_int(buffer[1]);
break;