mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
separate class for PUB-style socket added
This commit is contained in:
@@ -37,6 +37,8 @@ namespace zmq
|
||||
|
||||
// Overloads of API functions from socket_base_t.
|
||||
int setsockopt (int option_, const void *optval_, size_t optvallen_);
|
||||
int send (struct zmq_msg_t *msg_, int flags_);
|
||||
int flush ();
|
||||
int recv (struct zmq_msg_t *msg_, int flags_);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user