summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-cui.h
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-02-27 16:23:56 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-04-15 15:42:26 +0800
commit9a960821e54b0794b1c519b493294b7222dd98d4 (patch)
treeeb047c65e2a6395c5fdc146614328a1431ac11a6 /ui/ncurses/nc-cui.h
parent9939af2652ce479645eaa78e891ee06f33845a99 (diff)
downloadtalos-petitboot-9a960821e54b0794b1c519b493294b7222dd98d4.tar.gz
talos-petitboot-9a960821e54b0794b1c519b493294b7222dd98d4.zip
ui/ncurses: Add discover client to struct cui
.. we'll need it later. 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 abe22a8..14e4e06 100644
--- a/ui/ncurses/nc-cui.h
+++ b/ui/ncurses/nc-cui.h
@@ -56,6 +56,7 @@ struct cui {
struct pmenu *main;
struct ui_timer timer;
struct waitset *waitset;
+ struct discover_client *client;
struct pjs *pjs;
void *platform_info;
unsigned int default_item;
OpenPOWER on IntegriCloud