mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-21 02:00:36 +01:00
Fix reordering compile errors
This commit is contained in:
parent
5637ed08a5
commit
a622328a9c
@ -53,8 +53,8 @@ zmq::stream_engine_t::stream_engine_t (fd_t fd_, const options_t &options_, cons
|
|||||||
encoder (out_batch_size),
|
encoder (out_batch_size),
|
||||||
session (NULL),
|
session (NULL),
|
||||||
options (options_),
|
options (options_),
|
||||||
plugged (false),
|
endpoint (endpoint_),
|
||||||
endpoint (endpoint_)
|
plugged (false)
|
||||||
{
|
{
|
||||||
// Put the socket into non-blocking mode.
|
// Put the socket into non-blocking mode.
|
||||||
unblock_socket (s);
|
unblock_socket (s);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user