Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > BestEffortMessaging
diff LossyCom.h @ 2:b6dd31dbab8c
Receiving only messages for the current endpoint
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 12 Mar 2012 18:35:10 +0100 |
| parents | 826448e34e80 |
| children | 5c0fb7c519d7 |
line diff
1.1 --- a/LossyCom.h Thu Mar 08 20:06:00 2012 +0100 1.2 +++ b/LossyCom.h Mon Mar 12 18:35:10 2012 +0100 1.3 @@ -57,7 +57,7 @@ 1.4 * Central communication structure. 1.5 */ 1.6 typedef struct{ 1.7 - uint16_t triggerCounter; 1.8 + volatile uint16_t triggerCounter; 1.9 uint16_t numEndpoints; 1.10 lossyCom__msg_t* outboxArray; 1.11 }lossyCom__exchange_t;
