Changeset 43538 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Oct 4, 2012 12:24:20 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 81139
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostNetworkInterfaceImpl.h
r43507 r43538 88 88 const Guid mGuid; 89 89 const Bstr mNetworkName; 90 const Bstr mShortName; 90 91 HostNetworkInterfaceType_T mIfType; 91 92 … … 110 111 HostNetworkInterfaceMediumType_T mediumType; 111 112 HostNetworkInterfaceStatus_T status; 112 ULONG speedMb ytes;113 ULONG speedMbits; 113 114 } m; 114 115 -
trunk/src/VBox/Main/include/netif.h
r43507 r43538 72 72 NETIFTYPE enmMediumType; 73 73 NETIFSTATUS enmStatus; 74 uint32_t uSpeedMb ytes;74 uint32_t uSpeedMbits; 75 75 RTUUID Uuid; 76 76 char szShortName[VBOXNET_MAX_SHORT_NAME];
Note:
See TracChangeset
for help on using the changeset viewer.