Add padding to struct inpcb, missed during our padding sweep earlier in

the release cycle.

Approved by:	re (kensmith)
This commit is contained in:
Robert Watson 2009-08-02 22:47:08 +00:00
parent 315e3e38fa
commit 9d2eb78bcb

View File

@ -169,7 +169,8 @@ struct inpcb {
u_char inp_ip_minttl; /* (i) minimum TTL or drop */
uint32_t inp_flowid; /* (x) flow id / queue id */
u_int inp_refcount; /* (i) refcount */
void *inp_pspare[2]; /* (x) rtentry / general use */
void *inp_pspare[4]; /* (x) rtentry / general use */
u_int inp_ispare[4]; /* general use */
/* Local and foreign ports, local and foreign addr. */
struct in_conninfo inp_inc; /* (i/p) list for PCB's local port */