Changeset 50537 in vbox for trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h
- Timestamp:
- Feb 21, 2014 12:11:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h
r50523 r50537 170 170 /** Memory balloon information for RTR0MemObjAllocPhysNC(). */ 171 171 VBOXGUESTMEMBALLOON MemBalloon; 172 /** Counter of number of active ISRs. Currently used for safely removing173 * the mouse handler callback. */174 uint32_t volatile cISR;175 172 /** Callback and user data for a kernel mouse handler. */ 176 173 VBoxGuestMouseSetNotifyCallback MouseNotifyCallback;
Note:
See TracChangeset
for help on using the changeset viewer.