From 69eaa7ff9fa9b7a592e22410b4e3ac810f58ffea Mon Sep 17 00:00:00 2001 From: John Spray Date: Sun, 23 Jul 2017 12:34:57 -0400 Subject: [PATCH] common: separate out options by subsystem This avoids compiler warning about one oversized literal, allows us to add_service en-masse to the whole collection, and avoids potential merge conflicts when config changes in separate subsystems are made. Signed-off-by: John Spray --- src/common/options.cc | 4051 +++++++++++++++++++++-------------------- src/common/options.h | 2 +- 2 files changed, 2041 insertions(+), 2012 deletions(-) diff --git a/src/common/options.cc b/src/common/options.cc index 343c2d5270f..92fb2ff5436 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -130,10 +130,8 @@ void Option::dump(Formatter *f) const f->close_section(); } -const std::vector