mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
signaler transports commands per se rather than one-bit signals
This commit is contained in:
@@ -145,7 +145,7 @@ namespace zmq
|
||||
};
|
||||
|
||||
// Message pipe.
|
||||
class pipe_t : public ypipe_t <zmq_msg_t, false, message_pipe_granularity>
|
||||
class pipe_t : public ypipe_t <zmq_msg_t, message_pipe_granularity>
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user