From 03b93fe2872ae316611fbed588e4e3d49d49c888 Mon Sep 17 00:00:00 2001 From: computezrmle <57127745+computezrmle@users.noreply.github.com> Date: Thu, 13 Jan 2022 12:43:10 +0100 Subject: [PATCH] Introduce tag Required in connection with feature request #4602 --- samples/vboxwrapper/vboxjob.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/samples/vboxwrapper/vboxjob.h b/samples/vboxwrapper/vboxjob.h index 3a4627b497..d189685f80 100644 --- a/samples/vboxwrapper/vboxjob.h +++ b/samples/vboxwrapper/vboxjob.h @@ -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