Function ioprio::get_priority[][src]

pub fn get_priority(target: Target) -> Result<Priority>
Expand description

Get the I/O priority of the processes of the given target.

If there are multiple processes, each with different priorities, then the highest priority of them will be returned.

Refer to ioprio_get(2) for further information.