Changeset 59420 in vbox for trunk/include/VBox
- Timestamp:
- Jan 20, 2016 2:53:24 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105142
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r59352 r59420 28 28 29 29 #include <VBox/types.h> 30 #include <iprt/critsect.h> 30 31 #include <iprt/list.h> 31 32 … … 339 340 /** Stream status flag. */ 340 341 PDMAUDIOSTRMSTS fStatus; 342 /** Critical section for serializing access. */ 343 RTCRITSECT CritSect; 341 344 /** This stream's mixing buffer. */ 342 345 PDMAUDIOMIXBUF MixBuf; … … 360 363 /** Stream status flag. */ 361 364 PDMAUDIOSTRMSTS fStatus; 365 /** Critical section for serializing access. */ 366 RTCRITSECT CritSect; 362 367 /** This stream's mixing buffer. */ 363 368 PDMAUDIOMIXBUF MixBuf;
Note:
See TracChangeset
for help on using the changeset viewer.