Changeset 62459 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jul 22, 2016 4:15:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmstorageifs.h
r59539 r62459 597 597 /** Invalid state. */ 598 598 PDMMEDIAEXIOREQSTATE_INVALID = 0, 599 /** The request is active and being processed. */ 599 /** The request is active and being processed. */ 600 600 PDMMEDIAEXIOREQSTATE_ACTIVE, 601 601 /** The request is suspended due to an error and no processing will take place. */
Note:
See TracChangeset
for help on using the changeset viewer.