From b208c9189f0d7866a90d1c7b030cd80b1829366a Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Tue, 17 Oct 2006 21:53:27 +0000 Subject: Minor cleanups, add SMP support (currently only x86 and x86_64). --- hardinfo2/computer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hardinfo2/computer.h') diff --git a/hardinfo2/computer.h b/hardinfo2/computer.h index d6244305..81fe270c 100644 --- a/hardinfo2/computer.h +++ b/hardinfo2/computer.h @@ -97,7 +97,7 @@ struct _UptimeInfo { }; struct _Computer { - Processor *processor; + GSList *processors; MemoryInfo *memory; OperatingSystem *os; DisplayInfo *display; @@ -118,6 +118,8 @@ struct _Processor { gint model, family, stepping; gchar *strmodel; + + gint id; }; struct _OperatingSystem { -- cgit v1.2.3