]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xdrgen: XDR width for struct types
authorChuck Lever <chuck.lever@oracle.com>
Thu, 3 Oct 2024 18:54:42 +0000 (14:54 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 11 Nov 2024 18:42:04 +0000 (13:42 -0500)
commitf4bc1e996a34a47f6c8334edcd8ddcd7dc0634b1
tree1f9a91198dc57b2a995350319a6752230caf2123
parent2852c92ba1305fd2d85fd69f73bb4b43a3c58146
xdrgen: XDR width for struct types

The XDR width of a struct type is the sum of the widths of each of
the struct's fields.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
tools/net/sunrpc/xdrgen/xdr_ast.py