|
Monero
|
#include "common/util.h"#include "daemonizer/windows_service.h"#include "daemonizer/windows_service_runner.h"#include "cryptonote_core/cryptonote_core.h"#include <shlobj.h>#include <boost/filesystem/operations.hpp>#include <boost/filesystem/path.hpp>
Namespaces | |
| namespace | daemonizer |
Functions | |
| void | daemonizer::init_options (boost::program_options::options_description &hidden_options, boost::program_options::options_description &normal_options) |
| boost::filesystem::path | daemonizer::get_default_data_dir () |
| boost::filesystem::path | daemonizer::get_relative_path_base (boost::program_options::variables_map const &vm) |
| template<typename T_executor> | |
| bool | daemonizer::daemonize (int argc, char const *argv[], T_executor &&executor, boost::program_options::variables_map const &vm) |