Function lrs::syscall::getsid

Get the session id of a process.

Syntax

fn getsid(pid: i32) -> i32

Arguments

NameDescription
pid

The process whose session id to return.

See also