Commit 290d2153 authored by Simon Giesecke's avatar Simon Giesecke

Problem: stream_engine assumes options_t.type is a single byte, but its type is int

Solution: change options_t.type to int8_t
parent 6a5051fa
......@@ -103,7 +103,7 @@ struct options_t
int tos;
// Socket type.
int type;
int8_t type;
// Linger time, in milliseconds.
atomic_value_t linger;
......
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