Changeset 28605 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Apr 22, 2010 4:01:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r28550 r28605 398 398 int iCurIface = 0; 399 399 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 */ 400 405 VBoxServiceWritePropF(g_VMInfoGuestPropSvcClientID, "/VirtualBox/GuestInfo/Net/Count", "%d", 401 406 nNumInterfaces > 1 ? nNumInterfaces-1 : 0);
Note:
See TracChangeset
for help on using the changeset viewer.