Skip to content

Commit

Permalink
Merge pull request #35 from DUNE-DAQ/glm/better_stop
Browse files Browse the repository at this point in the history
use the same stop transition as real data receivers
  • Loading branch information
mroda88 authored Aug 26, 2024
2 parents 105a58f + 756bd17 commit 2fba5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/FDFakeReaderModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FDFakeReaderModule::FDFakeReaderModule(const std::string& name)
inherited_mod::register_command("conf", &inherited_fcr::do_conf);
inherited_mod::register_command("scrap", &inherited_fcr::do_scrap);
inherited_mod::register_command("start", &inherited_fcr::do_start);
inherited_mod::register_command("drain_dataflow", &inherited_fcr::do_stop);
inherited_mod::register_command("stop_trigger_sources", &inherited_fcr::do_stop);
}

void
Expand Down

0 comments on commit 2fba5ea

Please sign in to comment.