Changeset 30758 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Jul 9, 2010 12:30:12 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63541
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r30561 r30758 437 437 { 438 438 int rc; 439 440 /* Report the host that we're up and running! */ 441 rc = VbglR3ReportAdditionsStatus(VBoxGuestStatusFacility_VBoxService, 442 VBoxGuestStatusCurrent_Active, 443 0); /* Flags; not used. */ 444 if (RT_FAILURE(rc)) 445 VBoxServiceError("Failed to report Guest Additions status to the host! rc=%Rrc\n", rc); 439 446 440 447 #ifdef RT_OS_WINDOWS
Note:
See TracChangeset
for help on using the changeset viewer.