mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-22 15:07:28 +01:00
Problem: stream_engine assumes options_t.type is a single byte, but its type is int
Solution: change options_t.type to int8_t
This commit is contained in:
parent
6a5051fac3
commit
290d215324
@ -103,7 +103,7 @@ struct options_t
|
||||
int tos;
|
||||
|
||||
// Socket type.
|
||||
int type;
|
||||
int8_t type;
|
||||
|
||||
// Linger time, in milliseconds.
|
||||
atomic_value_t linger;
|
||||
|
Loading…
x
Reference in New Issue
Block a user