mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Add resolver for hostname -> ip, use it before bind/connect
This commit is contained in:
committed by
Dennis Klein
parent
166e537d9f
commit
a5ff7d5a1e
@@ -530,8 +530,8 @@ class FairMQDevice : public FairMQStateMachine
|
||||
bool fExternalConfig;
|
||||
|
||||
const fair::mq::tools::Version fVersion;
|
||||
float fRate;
|
||||
size_t fLastTime;
|
||||
float fRate; ///< Rate limiting for ConditionalRun
|
||||
size_t fLastTime; ///< Rate limiting for ConditionalRun
|
||||
};
|
||||
|
||||
#endif /* FAIRMQDEVICE_H_ */
|
||||
|
Reference in New Issue
Block a user