From 756bd179de6a3e35d0908c48d16a1a01d0337014 Mon Sep 17 00:00:00 2001 From: Giovanna Lehmann Miotto Date: Sat, 24 Aug 2024 14:20:52 +0200 Subject: [PATCH] use the same stop transition as real data receivers --- plugins/FDFakeReaderModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FDFakeReaderModule.cpp b/plugins/FDFakeReaderModule.cpp index affde83..786ce36 100644 --- a/plugins/FDFakeReaderModule.cpp +++ b/plugins/FDFakeReaderModule.cpp @@ -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