Define ND_HASSLOTID needed by r335568.
r335568 uses a flag called ND_HASSLOTID to indicate that the slotid is set, so it can free and invalidate it. This flag needs to be set, which will be done in a subsequent commit. MFC after: 2 weeks
This commit is contained in:
parent
150182e309
commit
b18130d330
@ -681,6 +681,7 @@ struct nfsrv_descript {
|
||||
#define ND_DSSERVER 0x40000000
|
||||
#define ND_CURSTATEID 0x80000000
|
||||
#define ND_SAVEDCURSTATEID 0x100000000
|
||||
#define ND_HASSLOTID 0x200000000
|
||||
|
||||
/*
|
||||
* ND_GSS should be the "or" of all GSS type authentications.
|
||||
|
Loading…
x
Reference in New Issue
Block a user