(SVCXPRT): Add a "xp_pad" field at the end.

This commit is contained in:
Ulrich Drepper 2000-03-03 19:41:13 +00:00
parent 06b5432233
commit ada24bb2a1

View file

@ -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 */
};
/*