|
Electroneum
|
#include "common/command_line.h"#include "common/scoped_message_writer.h"#include "common/password.h"#include "common/util.h"#include "cryptonote_core/cryptonote_core.h"#include "cryptonote_basic/miner.h"#include "daemon/command_server.h"#include "daemon/daemon.h"#include "daemon/executor.h"#include "daemonizer/daemonizer.h"#include "misc_log_ex.h"#include "net/parse.h"#include "p2p/net_node.h"#include "rpc/core_rpc_server.h"#include "rpc/rpc_args.h"#include "daemon/command_line_args.h"#include "blockchain_db/db_types.h"#include "version.h"
Macros | |
| #define | ELECTRONEUM_DEFAULT_LOG_CATEGORY "daemon" |
Functions | |
| uint16_t | parse_public_rpc_port (const po::variables_map &vm) |
| int | main (int argc, char const *argv[]) |
| #define ELECTRONEUM_DEFAULT_LOG_CATEGORY "daemon" |
| int main | ( | int | argc, |
| char const * | argv[] | ||
| ) |
| uint16_t parse_public_rpc_port | ( | const po::variables_map & | vm | ) |