]> git.tuebingen.mpg.de Git - dss.git/commit - dss.c
dss: Make argument of parse_config_file() a boolean.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 16 May 2016 12:55:28 +0000 (14:55 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 21 Aug 2016 19:13:25 +0000 (21:13 +0200)
commitce9d8dbb002447f4a7de548a1e3fe3ec5ead73b6
tree5da473e6b9fa406fbd9e7de4254501b146ce8de2
parent41c5e79dcdd912777b7e235b6e9d238a066a21d0
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.
dss.c