mptcp.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [MPTCP] [MPTCP][PATCH mptcp-next] Squash to "mptcp: use mptcp_addr_info in mptcp_out_options"
@ 2021-03-19  7:13 Geliang Tang
  0 siblings, 0 replies; only message in thread
From: Geliang Tang @ 2021-03-19  7:13 UTC (permalink / raw)
  To: mptcp; +Cc: Geliang Tang

Use a whole sa_family_t for the address family.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
 include/net/mptcp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/mptcp.h b/include/net/mptcp.h
index 80d98a7db3c6..83f23774b908 100644
--- a/include/net/mptcp.h
+++ b/include/net/mptcp.h
@@ -43,7 +43,7 @@ struct mptcp_rm_list {
 
 struct mptcp_addr_info {
 	u8			id;
-	sa_family_t		family : 4;
+	sa_family_t		family;
 	__be16			port;
 	union {
 		struct in_addr	addr;
-- 
2.30.2
_______________________________________________
mptcp mailing list -- mptcp@lists.01.org
To unsubscribe send an email to mptcp-leave@lists.01.org

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-19  7:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19  7:13 [MPTCP] [MPTCP][PATCH mptcp-next] Squash to "mptcp: use mptcp_addr_info in mptcp_out_options" Geliang Tang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).