Changeset 54208 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Feb 13, 2015 6:17:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c
r33540 r54208 63 63 uint8_t fSpecificCpu; 64 64 /** The CPU it must run on if fSpecificCpu is set. */ 65 uint 8_tiCpu;65 uint32_t iCpu; 66 66 /** The FreeBSD callout structure. */ 67 67 struct callout Callout;
Note:
See TracChangeset
for help on using the changeset viewer.