[libgtop] Exposes the processor model



commit e89475c0b22108a24faaa1bded7b9beef5f235ce
Author: James Dominic P. Guana <guana histark gmail com>
Date:   Fri Aug 20 23:18:58 2021 +0000

    Exposes the processor model
    
    Accessing processor model becomes easier
    
    Signed off: Dr. James Dominic P. Guana <jdpguana histark com>

 include/glibtop/sysinfo.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/include/glibtop/sysinfo.h b/include/glibtop/sysinfo.h
index 30598f16..93e9b509 100644
--- a/include/glibtop/sysinfo.h
+++ b/include/glibtop/sysinfo.h
@@ -50,8 +50,8 @@ struct _glibtop_sysinfo
 {
        guint64 flags;
        guint64 ncpu;
-       gchar *model;
        glibtop_entry cpuinfo [GLIBTOP_NCPU];
+       gchar *model;
 };
 
 #define glibtop_get_sysinfo_r  glibtop_get_sysinfo_s


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]