Merge pull request #2 from computezrmle/patch-3

Introduce tag <multiattach_vdi_file>
This commit is contained in:
computezrmle 2022-01-13 14:05:25 +01:00 committed by GitHub
commit 481fe61a51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -166,6 +166,10 @@ public:
// 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