Commit acb71e00 authored by Stoian Ivanov's avatar Stoian Ivanov

store also here!

parent fe3e8c5c
......@@ -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]);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment