add default subchannel index

This commit is contained in:
Dennis Klein 2017-05-23 16:16:44 +02:00 committed by Mohammad Al-Turany
parent 8bc21675af
commit 7bb6a2eed9

View File

@ -377,7 +377,7 @@ class FairMQDevice : public FairMQStateMachine, public FairMQConfigurable
bool Terminated();
const FairMQChannel& GetChannel(const std::string& channelName, const int index) const;
const FairMQChannel& GetChannel(const std::string& channelName, const int index = 0) const;
protected:
std::shared_ptr<FairMQTransportFactory> fTransportFactory; ///< Transport factory