mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Add FairMQ tests (PUB-SUB, PUSH-PULL, REQ-REP).
This commit is contained in:
committed by
Mohammad Al-Turany
parent
fbf7dbf2ba
commit
f13bb5995d
@@ -62,6 +62,10 @@ class FairMQSocketNN : public FairMQSocket
|
||||
unsigned long fBytesRx;
|
||||
unsigned long fMessagesTx;
|
||||
unsigned long fMessagesRx;
|
||||
|
||||
/// Copy Constructor
|
||||
FairMQSocketNN(const FairMQSocketNN&);
|
||||
FairMQSocketNN operator=(const FairMQSocketNN&);
|
||||
};
|
||||
|
||||
#endif /* FAIRMQSOCKETNN_H_ */
|
||||
|
Reference in New Issue
Block a user