Transports: use transportType as static member.

This commit is contained in:
Alexey Rybalchenko
2017-03-14 11:41:56 +01:00
committed by Mohammad Al-Turany
parent b237b3f9d7
commit 3c73c690f7
12 changed files with 24 additions and 15 deletions

View File

@@ -52,6 +52,7 @@ class FairMQMessageZMQ : public FairMQMessage
private:
zmq_msg_t fMessage;
static std::string fDeviceID;
static FairMQ::Transport fTransportType;
};
#endif /* FAIRMQMESSAGEZMQ_H_ */