for hardware model

This commit is contained in:
Doug MacEachern 2004-07-02 23:02:04 +00:00
parent 408fae9b1a
commit 4310cba4c7
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ struct sigar_t {
struct procsinfo *pinfo;
struct cpuinfo *cpuinfo;
int cpuinfo_size;
char model[128];
};
#define HAVE_STRERROR_R