mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
linking fd to pipe identity via socket option
This commit is contained in:
@@ -133,10 +133,13 @@ namespace zmq
|
||||
|
||||
// The default implementation assumes there are no specific socket
|
||||
// options for the particular socket type. If not so, override this
|
||||
// method.
|
||||
// methods.
|
||||
virtual int xsetsockopt (int option_, const void *optval_,
|
||||
size_t optvallen_);
|
||||
|
||||
virtual int xgetsockopt (int option_, const void *optval_,
|
||||
size_t *optvallen_);
|
||||
|
||||
// The default implementation assumes that send is not supported.
|
||||
virtual bool xhas_out ();
|
||||
virtual int xsend (zmq::msg_t *msg_);
|
||||
|
||||
Reference in New Issue
Block a user