Changeset 10541 in vbox for trunk/src/VBox/Additions/linux/daemon/vboxadd_timesync.c
- Timestamp:
- Jul 11, 2008 6:00:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/daemon/vboxadd_timesync.c
r8155 r10541 147 147 { 148 148 /* perform VMM request */ 149 if (ioctl(fd, IOCTL_VBOXGUEST_VMMREQUEST, (void*)&req) >= 0)149 if (ioctl(fd, VBOXGUEST_IOCTL_VMMREQUEST, (void*)&req) >= 0) 150 150 { 151 151 if (VBOX_SUCCESS(req.header.rc))
Note:
See TracChangeset
for help on using the changeset viewer.