MySQL 9.1.0
Source Code Documentation
|
#include <stdint.h>
#include <stdlib.h>
#include "xcom/network/include/network_provider.h"
#include "xcom/statistics/include/statistics_storage_interface.h"
#include "xdr_gen/xcom_vp.h"
Go to the source code of this file.
Classes | |
struct | cfg_app_xcom |
Typedefs | |
typedef struct cfg_app_xcom | cfg_app_xcom_st |
Functions | |
void | init_cfg_app_xcom () |
void | deinit_cfg_app_xcom () |
node_address * | cfg_app_xcom_get_identity () |
Network_namespace_manager * | cfg_app_get_network_namespace_manager () |
Xcom_statistics_storage_interface * | cfg_app_get_storage_statistics () |
void | cfg_app_xcom_set_identity (node_address *identity) |
Variables | |
cfg_app_xcom_st * | the_app_xcom_cfg |
typedef struct cfg_app_xcom cfg_app_xcom_st |
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 | ( | ) |
|
extern |