diff options
Diffstat (limited to 'hardinfo2/computer.h')
-rw-r--r-- | hardinfo2/computer.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 { |