From 754a87070910c336c7f62074aeac587374f85403 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sat, 6 Jul 2019 15:22:26 -0500 Subject: computer/os: Ubuntu flavors See: https://github.com/lpereira/hardinfo/issues/404 Signed-off-by: Burt P --- includes/computer.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'includes/computer.h') diff --git a/includes/computer.h b/includes/computer.h index fe427ef8..d01e1f2f 100644 --- a/includes/computer.h +++ b/includes/computer.h @@ -90,6 +90,8 @@ struct _Computer { gchar *date_time; }; +#include "ubuntu_flavors.h" + struct _OperatingSystem { gchar *kernel; gchar *kcmdline; @@ -109,6 +111,10 @@ struct _OperatingSystem { gchar *boots; gchar *entropy_avail; + + /* perhaps this could union with a flavors/spins + * pointer for other distro families */ + const UbuntuFlavor* ubuntu_flavor; }; struct _MemoryInfo { -- cgit v1.2.3