aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libtle_l4p/tcp_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libtle_l4p/tcp_misc.h')
-rw-r--r--lib/libtle_l4p/tcp_misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtle_l4p/tcp_misc.h b/lib/libtle_l4p/tcp_misc.h
index beb6699..9f19f69 100644
--- a/lib/libtle_l4p/tcp_misc.h
+++ b/lib/libtle_l4p/tcp_misc.h
@@ -193,7 +193,7 @@ struct resp_info {
/* window update information (RFC 793 WL1, WL2) */
union wui {
uint64_t raw;
- union {
+ struct {
uint32_t wl1;
uint32_t wl2;
};