mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
(SVCXPRT): Add a "xp_pad" field at the end.
This commit is contained in:
parent
06b5432233
commit
ada24bb2a1
@ -96,6 +96,7 @@ struct SVCXPRT {
|
|||||||
struct opaque_auth xp_verf; /* raw response verifier */
|
struct opaque_auth xp_verf; /* raw response verifier */
|
||||||
caddr_t xp_p1; /* private */
|
caddr_t xp_p1; /* private */
|
||||||
caddr_t xp_p2; /* private */
|
caddr_t xp_p2; /* private */
|
||||||
|
char xp_pad [256]; /* padding, internal use */
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user