Date: Sun, 18 Jul 2021 15:37:13 +0300 From: =?UTF-8?B?UsSDZHVpY8SDSXVsaWFu?= <raduicaiulian@gmail.com> To: freebsd-questions@freebsd.org Subject: What is the deal with the pattern of structs from sys/sys/sysproto.h? Message-ID: <d16e61bb-3970-7efe-590d-fd9eb1d172fa@gmail.com>
next in thread | raw e-mail | index | archive | help
Any idea why in "struct sendto_args" from "sys/sys/sysproto.h" all members are surrounded by "<other_member>_l_" and "<other_member>_r_" members? From what I can see many structs from that file follows this pattern, it has to do with structs padding and if so, why we need two of them for each member?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d16e61bb-3970-7efe-590d-fd9eb1d172fa>