]> git.tuebingen.mpg.de Git - dss.git/commit - dss.c
Introduce get_config_file_name().
authorAndre Noll <maan@systemlinux.org>
Sat, 13 Nov 2010 19:21:04 +0000 (20:21 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 1 Jun 2012 15:31:32 +0000 (17:31 +0200)
commit17eea857c175123d68e7dffc28134befa4c0aa5f
treebccfe2eb5d4507709645d881ad135688593ac70c
parenta0b6810b7e5ac1d11b4b8e555c8304b65bce8559
Introduce get_config_file_name().

ATM, the config file name is computed in parse_config(). However, for the ipc
stuff we'll need that information as well, so move the computation to a separate
helper function().
dss.c