mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Convert fluxtoau to a real flux sink.
This commit is contained in:
@@ -13,6 +13,9 @@ std::unique_ptr<FluxSink> FluxSink::create(const FluxSinkProto& config)
|
||||
|
||||
case FluxSinkProto::kDrive:
|
||||
return createHardwareFluxSink(config.drive());
|
||||
|
||||
case FluxSinkProto::kAu:
|
||||
return createAuFluxSink(config.au());
|
||||
}
|
||||
|
||||
Error() << "bad output disk config";
|
||||
|
||||
Reference in New Issue
Block a user