31#include "xdr_gen/xcom_vp.h"
Class that provides Network Namespace services.
Definition: network_provider.h:242
Interface class for all statistics that XCom will provide.
Definition: statistics_storage_interface.h:33
Definition: xcom_cfg.h:33
Xcom_statistics_storage_interface * statistics_storage
This is the implementation of XCom_Statistics_Storage_Interface in order to store statistics.
Definition: xcom_cfg.h:60
unsigned int m_poll_spin_loops
Definition: xcom_cfg.h:38
Network_namespace_manager * network_ns_manager
This is a network namespace manager to deal with network namespace operations.
Definition: xcom_cfg.h:54
node_address * identity
Definition: xcom_cfg.h:48
uint64_t m_cache_limit
Definition: xcom_cfg.h:43
Xcom_statistics_storage_interface * cfg_app_get_storage_statistics()
Definition: xcom_cfg.cc:71
void init_cfg_app_xcom()
Definition: xcom_cfg.cc:37
Network_namespace_manager * cfg_app_get_network_namespace_manager()
Definition: xcom_cfg.cc:65
cfg_app_xcom_st * the_app_xcom_cfg
Definition: xcom_cfg.cc:33
node_address * cfg_app_xcom_get_identity()
Definition: xcom_cfg.cc:90
struct cfg_app_xcom cfg_app_xcom_st
void deinit_cfg_app_xcom()
Definition: xcom_cfg.cc:48
void cfg_app_xcom_set_identity(node_address *identity)
Definition: xcom_cfg.cc:96