VirtualBox

Changeset 28605 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Apr 22, 2010 4:01:50 PM (15 years ago)
Author:
vboxsync
Message:

VBoxService/VBoxServiceVMInfo: added comment that we use /VirtualBox/GuestInfo/Net/Count as keep-alive beacon

File:
1 edited

Legend:

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

    r28550 r28605  
    398398        int iCurIface = 0;
    399399
     400        /*
     401         * This property is a beacon which is _always_ written, even if the network configuration
     402         * does not change. If this property is missing, the host assumes that all other GuestInfo
     403         * properties are no longer valid.
     404         */
    400405        VBoxServiceWritePropF(g_VMInfoGuestPropSvcClientID, "/VirtualBox/GuestInfo/Net/Count", "%d",
    401406                              nNumInterfaces > 1 ? nNumInterfaces-1 : 0);
Note: See TracChangeset for help on using the changeset viewer.

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