From: Andre Noll Date: Tue, 17 Oct 2017 17:11:07 +0000 (+0200) Subject: Save the subcommand pointer in a global variable. X-Git-Tag: v1.0.0~11^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=3f26d08dbcdc2dcafa6f6ca73421516254decd94;hp=3f26d08dbcdc2dcafa6f6ca73421516254decd94;p=dss.git Save the subcommand pointer in a global variable. This is needed for subcommand sensitive logging which will be introduced in a subsequent commit. For now it allows to drop the argument of check_config(), which is good given that handle_sighup() already played dirty games by "knowing" it is only called from the run subcommand. ---