Resolve LIBZMQ-465

This commit is contained in:
Martin Hurton
2012-11-10 23:05:10 +01:00
parent 99f714445f
commit c543b2ce8c
9 changed files with 35 additions and 28 deletions

View File

@@ -96,12 +96,14 @@ namespace zmq
// Preamble (10 bytes) + version (1 byte) + socket type (1 byte).
const static size_t greeting_size = 12;
// True iff we are registered with an I/O poller.
bool io_enabled;
handle_t handle;
unsigned char *inpos;
size_t insize;
i_decoder *decoder;
bool input_error;
unsigned char *outpos;
size_t outsize;