MCPcopy Create free account
hub / github.com/davmac314/dinit / queue_for_console

Method queue_for_console

src/service.cc:893–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

891}
892
893void service_record::queue_for_console() noexcept
894{
895 waiting_for_console = true;
896 services->append_console_queue(this);
897}
898
899void service_record::release_console() noexcept
900{

Callers

nothing calls this directly

Calls 1

append_console_queueMethod · 0.80

Tested by

no test coverage detected