Changeset 200 for soft/giet_vm/libs/mwmr_channel.h
- Timestamp:
 - Aug 12, 2012, 1:35:34 PM (13 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          soft/giet_vm/libs/mwmr_channel.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
soft/giet_vm/libs/mwmr_channel.h
r189 r200 19 19 unsigned int ptw; // index of the first empty slot 20 20 unsigned int sts; // number of words available 21 unsigned int lock; // exclusive access lock 21 22 unsigned int depth; // max number of words in the channel 22 23 unsigned int width; // number of words in an item 23 unsigned int lock; // exclusive access lock24 24 unsigned int data[1018]; // circular buffer 25 25 } mwmr_channel_t;  
Note: See TracChangeset
          for help on using the changeset viewer.
      ![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)