From: Andre Noll Date: Mon, 16 May 2016 12:55:28 +0000 (+0200) Subject: dss: Make argument of parse_config_file() a boolean. X-Git-Tag: v0.1.7~11 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=ce9d8dbb002447f4a7de548a1e3fe3ec5ead73b6;hp=ce9d8dbb002447f4a7de548a1e3fe3ec5ead73b6;p=dss.git dss: Make argument of parse_config_file() a boolean. It is used as such, so there is no point to have an int here. Also rename the argument from override to sighup to indicate that we need to distinguish whether the function is called at startup or because the dss process received SIGHUP. ---