Skip to content

Commit

Permalink
chore: revert packed
Browse files Browse the repository at this point in the history
  • Loading branch information
mzz2017 committed Jun 27, 2023
1 parent 6ae6154 commit 09ebc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/kern/tproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ struct routing_result {
__u32 pid;
};

struct __attribute__((packed)) dst_routing_result {
struct dst_routing_result {
__be32 ip[4];
__be16 port;
__u16 recognize;
Expand Down

0 comments on commit 09ebc16

Please sign in to comment.