Constant lrs::process::clone::CLONE_PTRACE

Trace the cloned process if this process is being traced.

Syntax

const CLONE_PTRACE: CloneFlags = CloneFlags(cty::CLONE_PTRACE);

See also