mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-31 01:43:02 +08:00
store also here!
This commit is contained in:
parent
fe3e8c5c70
commit
acb71e0096
@ -355,6 +355,7 @@ void zmq::session_base_t::process_attach (i_engine *engine_)
|
||||
pipe = pipes [0];
|
||||
// Store engine assoc_fd for lilnking pipe to fd
|
||||
pipe->assoc_fd=engine_->get_assoc_fd();
|
||||
pipes[1]->assoc_fd=pipe->assoc_fd;
|
||||
// Ask socket to plug into the remote end of the pipe.
|
||||
send_bind (socket, pipes [1]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user