Changeset 48227 in vbox for trunk/src/VBox/VMM/VMMRZ
- Timestamp:
- Sep 2, 2013 11:54:23 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88620
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp
r45330 r48227 214 214 } 215 215 216 217 /** 218 * Checks whether there is a ring-0 callback notification active. 219 * 220 * @param pVCpu Pointer to the VMCPU. 221 * @returns true if there the notification is active, false otherwise. 222 */ 223 VMMRZDECL(bool) VMMRZCallRing3IsNotificationSet(PVMCPU pVCpu) 224 { 225 return !(pVCpu->vmm.s.pfnCallRing3CallbackR0 == NULL); 226 } 227
Note:
See TracChangeset
for help on using the changeset viewer.