![]() |
MySQL 8.4.7
Source Code Documentation
|
#include <assert.h>#include "xcom/xcom_cfg.h"#include "xcom/node_list.h"#include "xcom/statistics/include/statistics_storage_interface_default_impl.h"#include "xcom/xcom_memory.h"#include "xcom/xcom_profile.h"Functions | |
| void | init_cfg_app_xcom () |
| void | deinit_cfg_app_xcom () |
| Network_namespace_manager * | cfg_app_get_network_namespace_manager () |
| Xcom_statistics_storage_interface * | cfg_app_get_storage_statistics () |
| node_address * | cfg_app_xcom_get_identity () |
| void | cfg_app_xcom_set_identity (node_address *identity) |
Variables | |
| cfg_app_xcom_st * | the_app_xcom_cfg = nullptr |
| static Xcom_statistics_storage_interface * | default_stats_storage_impl = nullptr |
| Network_namespace_manager * cfg_app_get_network_namespace_manager | ( | ) |
| Xcom_statistics_storage_interface * cfg_app_get_storage_statistics | ( | ) |
| node_address * cfg_app_xcom_get_identity | ( | ) |
| void cfg_app_xcom_set_identity | ( | node_address * | identity | ) |
| void deinit_cfg_app_xcom | ( | ) |
| void init_cfg_app_xcom | ( | ) |
|
static |
| cfg_app_xcom_st* the_app_xcom_cfg = nullptr |