Sets or retrieves attributes of a message queue.
fn mq_getsetattr(mq: i32, new: Option<&mq_attr>, old: Option<&mut mq_attr>) -> i32
| Name | Description |
|---|---|
| mq | The message queue. |
| new | The attributes to set. |
| old | A place where the old attributes will be stored. |