Changeset 43471 in vbox for trunk/src/VBox
- Timestamp:
- Sep 28, 2012 6:07:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostImpl.cpp
r43470 r43471 2855 2855 (*itOld)->unregisterMetrics(aCollector, this); 2856 2856 } 2857 /* At this point listCopy will contain newly discovered interfaces only. */2858 for (itNew = listCopy.begin(); itNew != listCopy.end(); ++itNew)2859 (*itNew)->registerMetrics(aCollector, this);2860 2857 /* 2861 2858 * Need to set the references to VirtualBox object in all interface objects … … 2864 2861 for (itNew = list.begin(); itNew != list.end(); ++itNew) 2865 2862 (*itNew)->setVirtualBox(m->pParent); 2863 /* At this point listCopy will contain newly discovered interfaces only. */ 2864 for (itNew = listCopy.begin(); itNew != listCopy.end(); ++itNew) 2865 (*itNew)->registerMetrics(aCollector, this); 2866 2866 m->llNetIfs = list; 2867 2867 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.