|
ecsnet
|
Represents the opaque network architecture structure. This struct serves as a wrapper that holds a pointer to the specific implementation (e.g., Client-Server, P2P) and a reference to the ECS. More...
#include <network_architecture.h>

Public Attributes | |
| network_architecture_type_t | type |
| network_architecture_config_t | config |
| void * | impl |
| ecs_t * | ecs |
Represents the opaque network architecture structure. This struct serves as a wrapper that holds a pointer to the specific implementation (e.g., Client-Server, P2P) and a reference to the ECS.