← Back to C-Kernel-Engine Docs Doxygen Source Documentation
SystemTopology Struct Reference

#include <system_topology.h>

Data Fields

AffinityInfo affinity
 
CacheTopology cache
 
CPUInfo cpu
 
bool has_root_access
 
char hostname [256]
 
char kernel_version [128]
 
MemoryInfo memory
 
NetworkTopology network
 
NUMATopology numa
 
PCIeTopology pcie
 

Detailed Description

Definition at line 246 of file system_topology.h.

Field Documentation

◆ affinity

AffinityInfo SystemTopology::affinity

◆ cache

CacheTopology SystemTopology::cache

Definition at line 248 of file system_topology.h.

Referenced by topology_discover(), and topology_print_summary().

◆ cpu

◆ has_root_access

bool SystemTopology::has_root_access

Definition at line 256 of file system_topology.h.

Referenced by topology_discover(), and topology_print_summary().

◆ hostname

char SystemTopology::hostname[256]

Definition at line 257 of file system_topology.h.

Referenced by topology_discover(), and topology_print_summary().

◆ kernel_version

char SystemTopology::kernel_version[128]

Definition at line 258 of file system_topology.h.

Referenced by topology_discover(), and topology_print_summary().

◆ memory

◆ network

◆ numa

NUMATopology SystemTopology::numa

◆ pcie

PCIeTopology SystemTopology::pcie

Definition at line 251 of file system_topology.h.

Referenced by topology_discover(), and topology_print_summary().


The documentation for this struct was generated from the following file: