Struct fuse_mt::RequestInfo [] [src]

pub struct RequestInfo {
    pub unique: u64,
    pub uid: u32,
    pub gid: u32,
    pub pid: u32,
}

Info about a request.

Fields

The unique ID assigned to this request by FUSE.

The user ID of the process making the request.

The group ID of the process making the request.

The process ID of the process making the request.