[][src]Function linux::syscall::mq_getsetattr

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

Sets or retrieves attributes of a message queue.

[argument, mq] The message queue.

[argument, new] The attributes to set.

[argument, old] A place where the old attributes will be stored.

= See also

  • link:man:mq_getsetattr(2)