From: Konstantin Ananyev Date: Tue, 20 Jun 2017 22:30:47 +0000 (+0100) Subject: libtle_l4p: fix both wl1 and wl2 should coexist inside union wui. X-Git-Tag: v18.02~9 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F7233%2F1;p=tldk.git libtle_l4p: fix both wl1 and wl2 should coexist inside union wui. Change-Id: Ied0e976aa26f71dc4ccbf62deae9cd756ee4b82d Signed-off-by: Konstantin Ananyev --- 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; };