summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-cui.h
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-10-18 11:45:03 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-11-13 21:41:45 +1100
commit7cd5a6642af076693874cce340607d712e35d423 (patch)
treeef62ead848e45bf9719fe0c0b7e93c42d564d944 /ui/ncurses/nc-cui.h
parent3b8b270bd7a54a9ba7506d9eec1901c6f3027ebf (diff)
downloadtalos-petitboot-7cd5a6642af076693874cce340607d712e35d423.tar.gz
talos-petitboot-7cd5a6642af076693874cce340607d712e35d423.zip
ui/ncurses: Receive config messages
We just store the config in the cui for now. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/ncurses/nc-cui.h')
-rw-r--r--ui/ncurses/nc-cui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ncurses/nc-cui.h b/ui/ncurses/nc-cui.h
index d1edd79..0e3708d 100644
--- a/ui/ncurses/nc-cui.h
+++ b/ui/ncurses/nc-cui.h
@@ -57,6 +57,7 @@ struct cui {
struct discover_client *client;
struct system_info *sysinfo;
struct sysinfo_screen *sysinfo_screen;
+ struct config *config;
struct pjs *pjs;
void *platform_info;
unsigned int default_item;
OpenPOWER on IntegriCloud