summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2021-02-21 12:02:23 -0800
committerLeandro Pereira <leandro@hardinfo.org>2021-02-21 12:05:43 -0800
commit903e85283e33fedb639ba93f9d152eddb3ebfa78 (patch)
tree29d09d5d745c7d684e40d94f9d8616f32ccfebe6 /includes
parentd5a97bb0e19fdac034246f7277410b7ec86231e0 (diff)
Add support for NUMA nodes
Related to #599.
Diffstat (limited to 'includes')
-rw-r--r--includes/cpu_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/cpu_util.h b/includes/cpu_util.h
index c11d3f69..1adbf491 100644
--- a/includes/cpu_util.h
+++ b/includes/cpu_util.h
@@ -47,4 +47,6 @@ void cputopo_free(cpu_topology_data *cputd);
gchar *cputopo_section_str(cpu_topology_data *cputd);
+int cpu_procs_cores_threads_nodes(int *p, int *c, int *t, int *n);
+
#endif