Skip to content

Commit

Permalink
Merge pull request #1 from computezrmle/patch-2
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 481fe61 + 5575815 commit d8f2921
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/vboxwrapper/vboxjob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ void VBOX_JOB::clear() {
heartbeat_filename.clear();
completion_trigger_file.clear();
temporary_exit_trigger_file.clear();
multiattach_vdi_file.clear();
enable_cern_dataformat = false;
enable_shared_directory = false;
enable_scratch_directory = false;
Expand Down Expand Up @@ -170,6 +171,7 @@ int VBOX_JOB::parse() {
else if (xp.parse_string("heartbeat_filename", heartbeat_filename)) continue;
else if (xp.parse_string("completion_trigger_file", completion_trigger_file)) continue;
else if (xp.parse_string("temporary_exit_trigger_file", temporary_exit_trigger_file)) continue;
else if (xp.parse_string("multiattach_vdi_file", multiattach_vdi_file)) continue;
else if (xp.parse_bool("enable_cern_dataformat", enable_cern_dataformat)) continue;
else if (xp.parse_bool("enable_network", enable_network)) continue;
else if (xp.parse_bool("network_bridged_mode", network_bridged_mode)) continue;
Expand Down

0 comments on commit d8f2921

Please sign in to comment.