]> git.ozlabs.org Git - petitboot/commit - ui/twin/pbt-client.c
lib/process: Add dry_run argument to process_init
authorJeremy Kerr <jk@ozlabs.org>
Tue, 20 Aug 2013 02:14:22 +0000 (10:14 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Tue, 20 Aug 2013 02:14:44 +0000 (10:14 +0800)
commit815df381d55e09fd291145ef2b86729c12583366
tree9c76855645e36b35168b98a479583d8c7370c387
parent51c6aaf7864eb65779d548ee2549caa357f71e2c
lib/process: Add dry_run argument to process_init

Implement dry-run behaviour on the discover server by passing a bool to
process_init. UIs don't need to support dry runs.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
discover/pb-discover.c
lib/process/process.c
lib/process/process.h
ui/ncurses/nc-cui.c
ui/ncurses/nc-cui.h
ui/twin/pbt-client.c