From a98a1b2c4c32667e15deb9b1fe3272a2952816a3 Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Tue, 11 Oct 2022 15:40:58 +0000 Subject: [PATCH] fix(userspace/falco/falco): allow output reopening to happen multiple times Signed-off-by: Jason Dellaluce --- userspace/falco/application.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/userspace/falco/application.cpp b/userspace/falco/application.cpp index e44ee5ca..e4df076c 100644 --- a/userspace/falco/application.cpp +++ b/userspace/falco/application.cpp @@ -115,6 +115,7 @@ void application::reopen_outputs() { m_state->outputs->reopen_outputs(); } + falco::app::g_reopen_outputs.store(APP_SIGNAL_NOT_SET); } }