MySQL 8.3.0
Source Code Documentation
xcom_cfg.h File Reference
#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_managercfg_app_get_network_namespace_manager ()
 
Xcom_statistics_storage_interfacecfg_app_get_storage_statistics ()
 
void cfg_app_xcom_set_identity (node_address *identity)
 

Variables

cfg_app_xcom_stthe_app_xcom_cfg
 

Typedef Documentation

◆ cfg_app_xcom_st

typedef struct cfg_app_xcom cfg_app_xcom_st

Function Documentation

◆ cfg_app_get_network_namespace_manager()

Network_namespace_manager * cfg_app_get_network_namespace_manager ( )

◆ cfg_app_get_storage_statistics()

Xcom_statistics_storage_interface * cfg_app_get_storage_statistics ( )

◆ cfg_app_xcom_get_identity()

node_address * cfg_app_xcom_get_identity ( )

◆ cfg_app_xcom_set_identity()

void cfg_app_xcom_set_identity ( node_address *  identity)

◆ deinit_cfg_app_xcom()

void deinit_cfg_app_xcom ( )

◆ init_cfg_app_xcom()

void init_cfg_app_xcom ( )

Variable Documentation

◆ the_app_xcom_cfg

cfg_app_xcom_st* the_app_xcom_cfg
extern