Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions samples/vboxwrapper/vboxjob.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ class VBOX_JOB {
// File can optionally contain is_notice bool (second line)
// and stderr text (subsequent lines).
// Addresses a problem where VM doesn't shut down properly

std::string multiattach_vdi_file;
// Name of the vdi file (without path) to be attached in multiattach mode.
// The file is expected to be in the project's base directory.
};

#endif