diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-03 19:41:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-03 19:41:13 +0000 |
commit | ada24bb2a136cb41e71fcb029202f1a6fafc14f9 (patch) | |
tree | 37eb8f49cea1e786f9bd5d09a9d651b5ffb0892e /sunrpc | |
parent | 06b5432233f5f298adfdc9522ae88bfa10995118 (diff) | |
download | glibc-ada24bb2a136cb41e71fcb029202f1a6fafc14f9.tar.gz glibc-ada24bb2a136cb41e71fcb029202f1a6fafc14f9.tar.xz glibc-ada24bb2a136cb41e71fcb029202f1a6fafc14f9.zip |
(SVCXPRT): Add a "xp_pad" field at the end.
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/rpc/svc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/rpc/svc.h b/sunrpc/rpc/svc.h index 2af6dce195..cf23129b86 100644 --- a/sunrpc/rpc/svc.h +++ b/sunrpc/rpc/svc.h @@ -96,6 +96,7 @@ struct SVCXPRT { struct opaque_auth xp_verf; /* raw response verifier */ caddr_t xp_p1; /* private */ caddr_t xp_p2; /* private */ + char xp_pad [256]; /* padding, internal use */ }; /* |