Changeset 43422 in vbox
- Timestamp:
- Sep 25, 2012 7:10:53 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r43421 r43422 1155 1155 RTPrintf("cableconnected%d=\"%s\"\n", currentNIC + 1, fConnected ? "on" : "off"); 1156 1156 RTPrintf("nic%d=\"%s\"\n", currentNIC + 1, strAttachment.c_str()); 1157 RTPrintf("nictype%d=\"%s\"\n", currentNIC + 1, pszNICType); 1158 RTPrintf("nicspeed%d=\"%d\"\n", currentNIC + 1, ulLineSpeed); 1157 1159 } 1158 1160 else
Note:
See TracChangeset
for help on using the changeset viewer.