Function rustix::process::getsid

source ·
pub fn getsid(pid: Option<Pid>) -> Result<Pid>
Available on crate feature process only.
Expand description

getsid(pid)—Get the session ID of the given process.

References