Function lrs::syscall::mq_getsetattr

Sets or retrieves attributes of a message queue.

Syntax

fn mq_getsetattr(mq: i32, new: Option<&mq_attr>, old: Option<&mut mq_attr>) -> i32

Arguments

NameDescription
mq

The message queue.

new

The attributes to set.

old

A place where the old attributes will be stored.

See also