Move setting the flux source into Config.

This commit is contained in:
dg
2023-05-11 22:47:00 +00:00
parent 0c7f9e0888
commit d74ed71023
15 changed files with 122 additions and 127 deletions

View File

@@ -109,13 +109,13 @@ static void test_config(void)
ConfigProto config;
const std::string text = R"M(
flux_sink {
drive { }
}
image_reader {
filename: "filename"
}
flux_sink {
drive { }
}
)M";
google::protobuf::TextFormat::MergeFromString(text, &config);