[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Action of rtems_message_queue_send
- Date: Thu, 14 Feb 2008 17:59:54 -0700
- From: groups at chichak.ca (Andrei Chichak)
- Subject: Action of rtems_message_queue_send
When sending a message to a queue, does the message data get copied
into the message queue or does the queue point at the original data items?
The reason that I ask is that if the data is not copied, alteration
of the message data items before the message gets received will pick
up the new values. (I've seen this in another /OS )
Andrei