diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2013-02-27 16:23:56 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2013-04-15 15:42:26 +0800 |
commit | 9a960821e54b0794b1c519b493294b7222dd98d4 (patch) | |
tree | eb047c65e2a6395c5fdc146614328a1431ac11a6 /ui/ncurses/nc-cui.h | |
parent | 9939af2652ce479645eaa78e891ee06f33845a99 (diff) | |
download | talos-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.h | 1 |
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; |