mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 05:29:43 +01:00
rollback functionality added to pipe
This commit is contained in:
@@ -100,6 +100,9 @@ namespace zmq
|
||||
// message cannot be written because high watermark was reached.
|
||||
bool write (zmq_msg_t *msg_);
|
||||
|
||||
// Remove any unflushed messages from the pipe.
|
||||
void rollback ();
|
||||
|
||||
// Flush the messages downsteam.
|
||||
void flush ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user