Commit 75601034 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #701 from ezhikus/master

Typo in type name "emTPy_slots_t"
parents 283e5235 433ea35b
...@@ -132,8 +132,8 @@ namespace zmq ...@@ -132,8 +132,8 @@ namespace zmq
sockets_t sockets; sockets_t sockets;
// List of unused thread slots. // List of unused thread slots.
typedef std::vector <uint32_t> emtpy_slots_t; typedef std::vector <uint32_t> empty_slots_t;
emtpy_slots_t empty_slots; empty_slots_t empty_slots;
// If true, zmq_init has been called but no socket has been created // If true, zmq_init has been called but no socket has been created
// yet. Launching of I/O threads is delayed. // yet. Launching of I/O threads is delayed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment