]> git.ipfire.org Git - thirdparty/kea.git/commit
[3769] Removed static from Daemon::config_file_ and proc_name_
authorThomas Markwalder <tmark@isc.org>
Mon, 6 Jul 2015 13:35:38 +0000 (09:35 -0400)
committerThomas Markwalder <tmark@isc.org>
Mon, 6 Jul 2015 13:35:38 +0000 (09:35 -0400)
commit1c6b2862c9cac1e6486a256a17385174528325a1
treef6bbd7c6ddab81a0f9aa76524411b47baa92b381
parent5776ee0cc7f7614c83c5395f5c97f443f9c39ce5
[3769] Removed static from Daemon::config_file_ and proc_name_

Rendered config_file_ and proc_name_ instance members as there is
no reason for them to be static.
src/bin/d2/tests/d_controller_unittests.cc
src/lib/dhcpsrv/daemon.cc
src/lib/dhcpsrv/daemon.h
src/lib/dhcpsrv/tests/daemon_unittest.cc