MySQL 8.0.37
Source Code Documentation
xcom_cfg.cc File Reference
#include <assert.h>
#include "xcom/xcom_cfg.h"
#include "xcom/node_list.h"
#include "xcom/xcom_memory.h"
#include "xcom/xcom_profile.h"

Functions

void init_cfg_app_xcom ()
 
void deinit_cfg_app_xcom ()
 
Network_namespace_managercfg_app_get_network_namespace_manager ()
 
node_address * cfg_app_xcom_get_identity ()
 
void cfg_app_xcom_set_identity (node_address *identity)
 

Variables

cfg_app_xcom_stthe_app_xcom_cfg = nullptr
 

Function Documentation

◆ cfg_app_get_network_namespace_manager()

Network_namespace_manager * cfg_app_get_network_namespace_manager ( )

◆ 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 = nullptr