Changeset 84640 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jun 2, 2020 1:55:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp
r84639 r84640 28 28 #include <iprt/stream.h> 29 29 #include <iprt/string.h> 30 #include <iprt/thread.h> 30 31 #include <iprt/uuid.h> 31 32 #include <iprt/file.h> … … 2368 2369 unsigned i = 0; 2369 2370 const char progressChars[] = { '|', '/', '-', '\\'}; 2370 MachineState machineState;2371 MachineState_T machineState; 2371 2372 uint64_t u64Started = RTTimeMilliTS(); 2372 2373 do
Note:
See TracChangeset
for help on using the changeset viewer.