Changeset 50213 in vbox for trunk/src/VBox/NetworkServices/DHCP/ClientDataInt.h
- Timestamp:
- Jan 24, 2014 8:23:12 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/ClientDataInt.h
r49563 r50213 37 37 } 38 38 ~ClientData(){} 39 39 40 40 /* client information */ 41 41 RTNETADDRIPV4 m_address; 42 42 RTNETADDRIPV4 m_network; 43 43 RTMAC m_mac; 44 44 45 45 bool fHasClient; 46 46 47 47 /* Lease part */ 48 bool fHasLease; 48 bool fHasLease; 49 49 /** lease isn't commited */ 50 50 bool fBinding; … … 64 64 NetworkConfigEntity *pCfg; 65 65 }; 66 66 67 #endif
Note:
See TracChangeset
for help on using the changeset viewer.