MCPcopy Create free account
hub / github.com/Icinga/icinga2 / SetAdjustPriority

Method SetAdjustPriority

lib/base/process.cpp:600–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598}
599
600void Process::SetAdjustPriority(bool adjust)
601{
602 m_AdjustPriority = adjust;
603}
604
605bool Process::GetAdjustPriority() const
606{

Callers 1

ExecuteCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected