30#include "xdr_gen/xcom_vp.h"
Class that provides Network Namespace services.
Definition: network_provider.h:215
Interface class for all statistics that XCom will provide.
Definition: statistics_storage_interface.h:32
Definition: xcom_cfg.h:32
Xcom_statistics_storage_interface * statistics_storage
This is the implementation of XCom_Statistics_Storage_Interface in order to store statistics.
Definition: xcom_cfg.h:59
unsigned int m_poll_spin_loops
Definition: xcom_cfg.h:37
Network_namespace_manager * network_ns_manager
This is a network namespace manager to deal with network namespace operations.
Definition: xcom_cfg.h:53
node_address * identity
Definition: xcom_cfg.h:47
uint64_t m_cache_limit
Definition: xcom_cfg.h:42
Xcom_statistics_storage_interface * cfg_app_get_storage_statistics()
Definition: xcom_cfg.cc:70
void init_cfg_app_xcom()
Definition: xcom_cfg.cc:36
Network_namespace_manager * cfg_app_get_network_namespace_manager()
Definition: xcom_cfg.cc:64
cfg_app_xcom_st * the_app_xcom_cfg
Definition: xcom_cfg.cc:32
node_address * cfg_app_xcom_get_identity()
Definition: xcom_cfg.cc:89
struct cfg_app_xcom cfg_app_xcom_st
void deinit_cfg_app_xcom()
Definition: xcom_cfg.cc:47
void cfg_app_xcom_set_identity(node_address *identity)
Definition: xcom_cfg.cc:95