Support high water mark on inproc socket connect before bind.

This commit is contained in:
Richard Newton
2013-09-14 17:27:18 +01:00
parent b9c09064d5
commit 7841b0dd0f
6 changed files with 173 additions and 75 deletions

View File

@@ -195,6 +195,8 @@ namespace zmq
// the process that created this context. Used to detect forking.
pid_t pid;
#endif
enum side { connect_side, bind_side };
void connect_inproc_sockets(zmq::socket_base_t *bind_socket_, options_t& bind_options, pending_connection_t &pending_connection_, side side_);
};
}