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:
Rick Macklem 2018-06-23 00:37:15 +00:00
parent 150182e309
commit b18130d330

View File

@ -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.