Closed beimoe closed 3 years ago
Changed queue_attr variable to address of queue_attr
Thanks, mq_open needs a pointer to the attribute struct. I wonder how it worked before. I guess only the first integer of the struct was put on the call stack.
Changed queue_attr variable to address of queue_attr