mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
Remove of ZMQ_IDENTITY_FD socket option
Revert "linking fd to pipe identity via socket option"
This reverts commit fe3e8c5c70.
Conflicts:
include/zmq.h
src/pipe.hpp
src/session_base.cpp
This commit is contained in:
@@ -47,7 +47,6 @@ namespace zmq
|
||||
// Overrides of functions from socket_base_t.
|
||||
void xattach_pipe (zmq::pipe_t *pipe_, bool subscribe_to_all_);
|
||||
int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
|
||||
int xgetsockopt (int option_, const void *optval_, size_t *optvallen_);
|
||||
int xsend (zmq::msg_t *msg_);
|
||||
int xrecv (zmq::msg_t *msg_);
|
||||
bool xhas_in ();
|
||||
|
||||
Reference in New Issue
Block a user