Changeset 19233 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 28, 2009 10:16:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/netif.h
r18014 r19233 29 29 #define VBOXNET_IPV4ADDR_DEFAULT "192.168.56.1" 30 30 #define VBOXNET_IPV4MASK_DEFAULT "255.255.255.0" 31 32 #define VBOXNET_MAX_SHORT_NAME 50 31 33 32 34 #if 1 … … 67 69 NETIFSTATUS enmStatus; 68 70 RTUUID Uuid; 69 char szShortName[ 50];71 char szShortName[VBOXNET_MAX_SHORT_NAME]; 70 72 char szName[1]; 71 73 } NETIFINFO; … … 84 86 int NetIfRemoveHostOnlyNetworkInterface (VirtualBox *pVbox, IN_GUID aId, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress); 85 87 int NetIfGetConfig(HostNetworkInterface * pIf, NETIFINFO *); 88 int NetIfGetConfigByName(IN_BSTR aName, NETIFINFO *pInfo); 86 89 int NetIfDhcpRediscover(VirtualBox *pVbox, HostNetworkInterface * pIf); 87 90
Note:
See TracChangeset
for help on using the changeset viewer.