Get rid of power_off_when_done global variable.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 10 Nov 2008 00:19:48 +0000 (16:19 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 10 Nov 2008 00:19:48 +0000 (16:19 -0800)
This global variable was not named according to the convention that a
global variable name start with its module name.  Furthermore, its usage
was somewhat scattered across the source tree.

This commit introduces new functions shutdown() and shutdown_configure()
to improve the situation.


No differences found