|
CCF
|
#include "ccf/ds/logger.h"#include "ccf/ds/unit_strings.h"#include "ccf/pal/attestation.h"#include "ccf/pal/platform.h"#include "ccf/version.h"#include "config_schema.h"#include "configuration.h"#include "crypto/openssl/hash.h"#include "ds/cli_helper.h"#include "ds/files.h"#include "ds/non_blocking.h"#include "ds/nonstd.h"#include "ds/oversized.h"#include "ds/x509_time_fmt.h"#include "enclave.h"#include "handle_ring_buffer.h"#include "host/env.h"#include "json_schema.h"#include "lfs_file_handler.h"#include "load_monitor.h"#include "node_connections.h"#include "process_launcher.h"#include "rpc_connections.h"#include "sig_term.h"#include "snapshots.h"#include "ticker.h"#include "time_updater.h"#include <CLI11/CLI11.hpp>#include <codecvt>#include <cstdlib>#include <filesystem>#include <fstream>#include <iostream>#include <locale>#include <string>#include <sys/types.h>#include <thread>#include <unistd.h>Typedefs | |
| using | ResolvedAddresses = std::map< ccf::NodeInfoNetwork::RpcInterfaceID, ccf::NodeInfoNetwork::NetAddress > |
Functions | |
| void | print_version (size_t) |
| int | main (int argc, char **argv) |
Variables | |
| char ** | environ |
| using ResolvedAddresses = std:: map<ccf::NodeInfoNetwork::RpcInterfaceID, ccf::NodeInfoNetwork::NetAddress> |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| void print_version | ( | size_t | ) |
|
extern |