mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +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),
|
||||
session (NULL),
|
||||
options (options_),
|
||||
plugged (false),
|
||||
endpoint (endpoint_)
|
||||
endpoint (endpoint_),
|
||||
plugged (false)
|
||||
{
|
||||
// Put the socket into non-blocking mode.
|
||||
unblock_socket (s);
|
||||
|
Loading…
Reference in New Issue
Block a user