summaryrefslogtreecommitdiff
path: root/net/packetdrill/files/patch-tcp__options.h
blob: a151a453fc98efa6e4bcf305c03398cbcd0da7f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tcp_options.h.orig	2023-10-07 04:31:15 UTC
+++ tcp_options.h
@@ -166,7 +166,7 @@ struct tcp_option {
 		struct {
 			u8 data[MAX_TCP_OPTION_DATA_BYTES];
 		} generic;
-	};
+	} __packed;
 	u32 flags;  /* meta information, not going on the wire */
 } __packed;