signaler transports commands per se rather than one-bit signals

This commit is contained in:
Martin Sustrik
2010-05-04 10:22:16 +02:00
parent 8b9bd05726
commit 235ed3a3dc
10 changed files with 177 additions and 332 deletions

View File

@@ -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: