mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-18 17:36:57 +00:00
Merge pull request #121 from marklakata/master
Update stream_engine.hpp
This commit is contained in:
commit
5a10f71398
@ -94,7 +94,7 @@ namespace zmq
|
|||||||
|
|
||||||
// Size of the greeting message:
|
// Size of the greeting message:
|
||||||
// Preamble (10 bytes) + version (1 byte) + socket type (1 byte).
|
// Preamble (10 bytes) + version (1 byte) + socket type (1 byte).
|
||||||
const static size_t greeting_size = 12;
|
static const size_t greeting_size = 12;
|
||||||
|
|
||||||
// True iff we are registered with an I/O poller.
|
// True iff we are registered with an I/O poller.
|
||||||
bool io_enabled;
|
bool io_enabled;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user