mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
Windows: additional CM_REQ flags
Change-Id: Ic620d157817e39053e75ba79ad7d582ba3067424 Reviewed-on: http://gerrit.openafs.org/5340 Reviewed-by: Jeffrey Altman <jaltman@openafs.org> Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
parent
21496cc223
commit
f1ca805de8
@ -70,7 +70,8 @@ typedef struct cm_req {
|
|||||||
#define CM_REQ_NEW_CONN_FORCED 0x02
|
#define CM_REQ_NEW_CONN_FORCED 0x02
|
||||||
#define CM_REQ_SOURCE_SMB 0x04
|
#define CM_REQ_SOURCE_SMB 0x04
|
||||||
#define CM_REQ_VOLUME_UPDATED 0x08
|
#define CM_REQ_VOLUME_UPDATED 0x08
|
||||||
/* 0x10 and 0x20 are reserved for the afs redirector */
|
#define CM_REQ_WOW64 0x10
|
||||||
|
#define CM_REQ_SOURCE_REDIR 0x20
|
||||||
#define CM_REQ_OFFLINE_VOL_CHK 0x40
|
#define CM_REQ_OFFLINE_VOL_CHK 0x40
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user