summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/lscpu.h')
-rw-r--r--sys-utils/lscpu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-utils/lscpu.h b/sys-utils/lscpu.h
index 3d1885a3e..223961d13 100644
--- a/sys-utils/lscpu.h
+++ b/sys-utils/lscpu.h
@@ -77,6 +77,11 @@ struct polarization_modes {
/* global description */
struct lscpu_desc {
+ const char *prefix; /* path to /sys and /proc snapshot or NULL */
+
+ struct path_cxt *syscpu; /* _PATH_SYS_CPU path handler */
+ struct path_cxt *procfs; /* /proc path handler */
+
char *arch;
char *vendor;
char *machinetype; /* s390 */