Changeset 28106 in vbox for trunk/include/VBox
- Timestamp:
- Apr 8, 2010 4:45:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r28098 r28106 407 407 ulLineSpeed(0), 408 408 fTraceEnabled(false), 409 mode(NetworkAttachmentType_Null) 409 mode(NetworkAttachmentType_Null), 410 ulBootPriority(0) 410 411 {} 411 412 … … 427 428 // with bridged: host interface or empty; 428 429 // otherwise: network name (required) 430 uint32_t ulBootPriority; 429 431 }; 430 432 typedef std::list<NetworkAdapter> NetworkAdaptersList;
Note:
See TracChangeset
for help on using the changeset viewer.