Patch for missing cpu model from /proc/cpuinfo

This commit is contained in:
2025-03-23 03:21:43 -07:00
parent c44728486b
commit c43fcbdf60
2 changed files with 51 additions and 1 deletions
+2
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);