Skip to content

Commit

Permalink
Merge pull request #2 from computezrmle/patch-3
Browse files Browse the repository at this point in the history
Introduce tag <multiattach_vdi_file>
  • Loading branch information
computezrmle authored Jan 13, 2022
2 parents 6f8fba3 + 03b93fe commit 481fe61
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 481fe61

Please sign in to comment.