Patch for missing cpu model from /proc/cpuinfo

This commit is contained in:
2025-03-23 04:02:19 -07:00
parent 38af7300a0
commit 0e70d496a0
2 changed files with 50 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ struct _glibtop_sysinfo
glibtop_entry cpuinfo [GLIBTOP_NCPU];
};
const char *decode_cpu_part(unsigned int part);
#define glibtop_get_sysinfo_r glibtop_get_sysinfo_s
const glibtop_sysinfo *glibtop_get_sysinfo_s (glibtop *server);