From 44a5b03841e34154e824fcc7773c458326a3487f Mon Sep 17 00:00:00 2001 From: Noah Watkins Date: Tue, 21 Feb 2017 16:44:22 -0800 Subject: create a foreground non-interactive mode Signed-off-by: Noah Watkins --- src/daemon/executor.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/daemon/executor.h') diff --git a/src/daemon/executor.h b/src/daemon/executor.h index a6b47b93d..ef71a8032 100644 --- a/src/daemon/executor.h +++ b/src/daemon/executor.h @@ -56,6 +56,10 @@ namespace daemonize boost::program_options::variables_map const & vm ); + bool run_non_interactive( + boost::program_options::variables_map const & vm + ); + bool run_interactive( boost::program_options::variables_map const & vm ); -- cgit v1.2.3