1 2 3 4 5 6 7 8
#include <mqueue.h> struct mq_attr attr = { .mq_flags = 0, .mq_maxmsg = 10, .mq_msgsize = 1024, .mq_curmsgs = 0, };