Changeset 79531 in vbox for trunk/src/VBox/NetworkServices/Dhcpd/Db.h
- Timestamp:
- Jul 4, 2019 6:27:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/Db.h
r79530 r79531 136 136 typedef std::list<Binding *> bindings_t; 137 137 138 /** Configuration (set at init). */ 138 /** Configuration (set at init). 139 * @note Currently not used. */ 139 140 const Config *m_pConfig; 140 141 /** The lease database. */
Note:
See TracChangeset
for help on using the changeset viewer.