mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-04 20:31:03 +01:00
Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionality
This commit is contained in:
@@ -41,10 +41,11 @@ namespace zmq
|
||||
// are messages to send available.
|
||||
virtual void revive () = 0;
|
||||
|
||||
// Start tracing the message route. Engine should add the identity
|
||||
// supplied to all inbound messages and trim identity from all the
|
||||
// outbound messages.
|
||||
virtual void traceroute (const blob_t &identity_) = 0;
|
||||
// Engine should add the prefix supplied to all inbound messages.
|
||||
virtual void add_prefix (const blob_t &identity_) = 0;
|
||||
|
||||
// Engine should trim prefix from all the outbound messages.
|
||||
virtual void trim_prefix () = 0;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user