VirtualBox

Ignore:
Timestamp:
Jul 9, 2010 12:30:12 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63541
Message:

More fine grained Guest Additions status; now marks Additions as active when VBoxService was started successfully.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp

    r30561 r30758  
    437437{
    438438    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);
    439446
    440447#ifdef RT_OS_WINDOWS
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette