Functions to start a daemon with specified components list.
Definition in file daemon_run.hpp.
Go to the source code of this file.
Namespaces | |
namespace | utils |
Utilities. | |
Functions | |
boost::program_options::options_description | utils::BaseRunOptions () |
int | utils::DaemonMain (int argc, const char *const argv[], const components::ComponentList &components_list) |
int | utils::DaemonMain (const boost::program_options::variables_map &vm, const components::ComponentList &components_list) |
int | utils::DaemonMain (const components::InMemoryConfig &config, const components::ComponentList &components_list) |