Changeset 37211 in vbox for trunk/include/VBox
- Timestamp:
- May 25, 2011 11:37:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vmapi.h
r36441 r37211 247 247 volatile VMREQSTATE enmState; 248 248 /** VBox status code for the completed request. */ 249 volatile int 249 volatile int32_t iStatus; 250 250 /** Requester event sem. 251 251 * The request can use this event semaphore to wait/poll for completion
Note:
See TracChangeset
for help on using the changeset viewer.