]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xdrgen: Update the files included in client-side source code
authorChuck Lever <chuck.lever@oracle.com>
Tue, 22 Oct 2024 17:44:08 +0000 (13:44 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Tue, 19 Nov 2024 01:23:06 +0000 (20:23 -0500)
commit903a7d37d9ea03cfed21040467d3d345d1e6fc76
tree6d4a8a30dedb11407159755bf5ca3efbd6b71542
parent82c2a36179d9bd00b792f4215cc4f71ca2d4c3a8
xdrgen: Update the files included in client-side source code

In particular, client-side source code needs the definition of
"struct rpc_procinfo" and does not want header files that pull
in "struct svc_rqst". Otherwise, the source does not compile.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
tools/net/sunrpc/xdrgen/templates/C/source_top/client.j2