aboutsummaryrefslogtreecommitdiff
path: root/includes/computer.h
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2019-06-29 22:35:53 -0700
committerLeandro Pereira <leandro@hardinfo.org>2019-06-29 22:35:53 -0700
commit2bf1a0317f479ee32f3a16be3f1bc22a99709da7 (patch)
treefefdd121486c2c0cd60fecc654f053f4d64e4cd5 /includes/computer.h
parentc9d00c85af88085df1427e72dea11b836f409cd3 (diff)
Show kernel command line
Diffstat (limited to 'includes/computer.h')
-rw-r--r--includes/computer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/computer.h b/includes/computer.h
index 57da9db3..fe427ef8 100644
--- a/includes/computer.h
+++ b/includes/computer.h
@@ -92,6 +92,7 @@ struct _Computer {
struct _OperatingSystem {
gchar *kernel;
+ gchar *kcmdline;
gchar *libc;
gchar *distrocode;
gchar *distro;