Function rustix::process::getsid

source ·
pub fn getsid(pid: Option<Pid>) -> Result<Pid>
Expand description

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

§References