summaryrefslogtreecommitdiffstats
path: root/src/hardware/dmidecode.h
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-04-10 17:48:05 +0200
committerPeter Schiffer <pschiffe@redhat.com>2013-04-10 18:00:05 +0200
commite396c654923edb1ad990246a48543324404241ab (patch)
tree15da2a9c99a32df813489ccf66fdc43923384706 /src/hardware/dmidecode.h
parent699a49933d2b2690888f719a447682d85c9942b0 (diff)
downloadopenlmi-providers-e396c654923edb1ad990246a48543324404241ab.tar.gz
openlmi-providers-e396c654923edb1ad990246a48543324404241ab.tar.xz
openlmi-providers-e396c654923edb1ad990246a48543324404241ab.zip
Hardware: Added Processor Chip Provider
Added two new providers: * LMI_ProcessorChipProvider * LMI_ProcessorChipRealizesProvider Other Changes: * Added Association qualifier to the association classes in Hardware mof file * Removed initialization for static strings used in snprintf() function
Diffstat (limited to 'src/hardware/dmidecode.h')
-rw-r--r--src/hardware/dmidecode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hardware/dmidecode.h b/src/hardware/dmidecode.h
index 1b4eca8..9190ea4 100644
--- a/src/hardware/dmidecode.h
+++ b/src/hardware/dmidecode.h
@@ -48,6 +48,9 @@ typedef struct _DmiProcessor {
char *l1_cache_handle; /* Level 1 Cache Handle */
char *l2_cache_handle; /* Level 2 Cache Handle */
char *l3_cache_handle; /* Level 3 Cache Handle */
+ char *manufacturer; /* CPU Manufacturer */
+ char *serial_number; /* CPU Serial Number */
+ char *part_number; /* CPU Part Number */
} DmiProcessor;
/* Processor cache from dmidecode. */