summaryrefslogtreecommitdiffstats
path: root/src/hardware/lscpu.h
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-03-26 15:35:34 +0100
committerPeter Schiffer <pschiffe@redhat.com>2013-03-26 15:35:34 +0100
commitc47c5c19c5857439db30e40d4a691f5b700adf5f (patch)
tree2cf25719bd0a4e87d56a51cf19cf7d509507a222 /src/hardware/lscpu.h
parent338db1b89aa1276f5c57ba4f970df3c28bfb03ec (diff)
downloadopenlmi-providers-c47c5c19c5857439db30e40d4a691f5b700adf5f.tar.gz
openlmi-providers-c47c5c19c5857439db30e40d4a691f5b700adf5f.tar.xz
openlmi-providers-c47c5c19c5857439db30e40d4a691f5b700adf5f.zip
Hardware: added new providers
Providers added: * LMI_ProcessorCapabilitiesProvider * LMI_ProcessorElementCapabilitiesProvider
Diffstat (limited to 'src/hardware/lscpu.h')
-rw-r--r--src/hardware/lscpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hardware/lscpu.h b/src/hardware/lscpu.h
index 892141e..5dc5bd5 100644
--- a/src/hardware/lscpu.h
+++ b/src/hardware/lscpu.h
@@ -33,6 +33,7 @@ typedef struct _LscpuProcessor {
unsigned data_width; /* Data width */
unsigned processors; /* Number of processors */
unsigned cores; /* Cores per processor */
+ unsigned threads_per_core; /* Threads per core */
char *stepping; /* Stepping */
unsigned current_speed; /* Current speed in MHz */
} LscpuProcessor;