diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2013-10-09 16:48:38 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2013-10-09 17:40:41 +0800 |
commit | 47bc66a0c744f68a84147b0bd616ab25a242fb70 (patch) | |
tree | 13aad60595c03209847954c0222a37db81f7a85f /ui/ncurses/nc-cui.h | |
parent | 8ec7ea724de780a6a428a8485b2760bf1d9e0a4e (diff) | |
download | talos-petitboot-47bc66a0c744f68a84147b0bd616ab25a242fb70.tar.gz talos-petitboot-47bc66a0c744f68a84147b0bd616ab25a242fb70.zip |
ui/ncurses: Display sysinfo type & identifier
Hook into the sysinfo updates to display the type & id at the top of the
petitboot main menu.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/ncurses/nc-cui.h')
-rw-r--r-- | ui/ncurses/nc-cui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ncurses/nc-cui.h b/ui/ncurses/nc-cui.h index 4c13ddf..5298cad 100644 --- a/ui/ncurses/nc-cui.h +++ b/ui/ncurses/nc-cui.h @@ -55,6 +55,7 @@ struct cui { struct pmenu *main; struct waitset *waitset; struct discover_client *client; + struct system_info *sysinfo; struct pjs *pjs; void *platform_info; unsigned int default_item; |