Commit 903a7d37 authored by Chuck Lever's avatar Chuck Lever
Browse files

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: default avatarChuck Lever <chuck.lever@oracle.com>
parent 82c2a361
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -3,6 +3,11 @@
// XDR specification file: {{ filename }}
// XDR specification modification time: {{ mtime }}

#include <linux/sunrpc/xprt.h>
#include <linux/types.h>

#include "{{ program }}xdr_gen.h"
#include <linux/sunrpc/xdr.h>
#include <linux/sunrpc/xdrgen/_defs.h>
#include <linux/sunrpc/xdrgen/_builtins.h>
#include <linux/sunrpc/xdrgen/nlm4.h>

#include <linux/sunrpc/clnt.h>