]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
common: separate config opts definitions from subsys definitions
authorJohn Spray <john.spray@redhat.com>
Wed, 5 Jul 2017 20:32:05 +0000 (16:32 -0400)
committerJohn Spray <john.spray@redhat.com>
Fri, 21 Jul 2017 10:27:24 +0000 (06:27 -0400)
commit10f33a1bdd581f700d5ba161a3dde10fa27271a0
tree221d0e5bf8c07c4bf8f47095913996569f41ab5a
parent73086f1e4c2ac13b47f377176bedfdcd6952c721
common: separate config opts definitions from subsys definitions

Previously these were all in one header and inclusions of it
got really verbose from everyone having to define SUBSYS and OPTION
macros even though they only wanted to pick out one or the other.

Also, this separates the subsys.h stuff (staying) from the legacy
config opt definitions (transitional, will go).

Signed-off-by: John Spray <john.spray@redhat.com>
src/common/legacy_config_opts.h
src/common/subsys.h [new file with mode: 0644]