This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

message box.


Hi,

about message box:

when I cyg_mbox_put an item, there is no copy of the item in a queue, right?
It is only the pointer to the item that is added to the queue, Right?

So when I cyg_mbox_get the item, There's no copy and i just get the pointer
I passed , Right?
So that if the sender modified the content of the item after the 'put' be
before the 'get' the content of the message is modified.
And so that there is way for the receiver to know the lenght of the message,

Is that all right?

Thanks

A+
-- 
Fabrice Gautier
fabrice_gautier@sdesigns.com 
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]