CCF
|
#include "ccf/run.h"
#include "ccf/crypto/openssl_init.h"
#include "ccf/crypto/pem.h"
#include "ccf/crypto/symmetric_key.h"
#include "ccf/ds/logger.h"
#include "ccf/ds/logger_level.h"
#include "ccf/ds/nonstd.h"
#include "ccf/ds/unit_strings.h"
#include "ccf/ds/x509_time_fmt.h"
#include "ccf/node/startup_config.h"
#include "ccf/pal/attestation.h"
#include "ccf/pal/attestation_sev_snp.h"
#include "ccf/pal/platform.h"
#include "ccf/pal/snp_ioctl.h"
#include "ccf/service/node_info_network.h"
#include "ccf/version.h"
#include "common/configuration.h"
#include "common/enclave_interface_types.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/notifying.h"
#include "ds/oversized.h"
#include "enclave/entry_points.h"
#include "handle_ring_buffer.h"
#include "host/env.h"
#include "http/curl.h"
#include "json_schema.h"
#include "lfs_file_handler.h"
#include "load_monitor.h"
#include "node_connections.h"
#include "pal/quote_generation.h"
#include "process_launcher.h"
#include "rpc_connections.h"
#include "sig_term.h"
#include "snapshots/fetch.h"
#include "snapshots/filenames.h"
#include "snapshots/snapshot_manager.h"
#include "tcp.h"
#include "ticker.h"
#include "time_bound_logger.h"
#include "udp.h"
#include <CLI11/CLI11.hpp>
#include <atomic>
#include <chrono>
#include <csignal>
#include <cstdint>
#include <cstdlib>
#include <exception>
#include <filesystem>
#include <iostream>
#include <map>
#include <optional>
#include <stdexcept>
#include <string>
#include <thread>
#include <unistd.h>
#include <utility>
#include <uv.h>
#include <fmt/format.h>
Namespaces | |
namespace | ccf |
Macros | |
#define | FMT_HEADER_ONLY |
Typedefs | |
using | ResolvedAddresses = std::map< ccf::NodeInfoNetwork::RpcInterfaceID, ccf::NodeInfoNetwork::NetAddress > |
Functions | |
void | print_version (int64_t ignored) |
int | ccf::run (int argc, char **argv) |
#define FMT_HEADER_ONLY |
using ResolvedAddresses = std:: map<ccf::NodeInfoNetwork::RpcInterfaceID, ccf::NodeInfoNetwork::NetAddress> |
void print_version | ( | int64_t | ignored | ) |