mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Convert fluxscp to a proper flux sink.
This commit is contained in:
@@ -19,6 +19,9 @@ std::unique_ptr<FluxSink> FluxSink::create(const FluxSinkProto& config)
|
||||
|
||||
case FluxSinkProto::kVcd:
|
||||
return createVcdFluxSink(config.vcd());
|
||||
|
||||
case FluxSinkProto::kScp:
|
||||
return createScpFluxSink(config.scp());
|
||||
}
|
||||
|
||||
Error() << "bad output disk config";
|
||||
|
||||
Reference in New Issue
Block a user