mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-03 12:58:05 +01:00
Typo in type name "emTPy_slots_t"
https://zeromq.jira.com/browse/LIBZMQ-565
This commit is contained in:
parent
283e52357c
commit
433ea35b6c
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user