Synopsis
unsigned ctl_message_queue_post_multi_nb(CTL_MESSAGE_QUEUE_t *q,
                                         unsigned n,
                                         void **messages);
Description

ctl_message_queue_post_multi_nb posts n messages to the message queue pointed to by m. ctl_message_queue_post_multi_nb returns the number of messages that were posted.