Function lrs::sys::enable_accounting

Enables process accounting.

Syntax

fn enable_accounting<P>(path: P) -> Result<(), Errno>
    where P: ToCString,

Arguments

NameDescription
path

The file to which the accounting information will be written.