mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Move setting the flux source into Config.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user