From: Jeffrey Altman Date: Sat, 3 Sep 2011 22:22:53 +0000 (-0400) Subject: Windows: additional CM_REQ flags X-Git-Tag: upstream/1.8.0_pre1^2~3339 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f1ca805de8cc4e79b683663e5aaca69188f81497;p=packages%2Fo%2Fopenafs.git Windows: additional CM_REQ flags Change-Id: Ic620d157817e39053e75ba79ad7d582ba3067424 Reviewed-on: http://gerrit.openafs.org/5340 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- diff --git a/src/WINNT/afsd/cm_conn.h b/src/WINNT/afsd/cm_conn.h index 6587b66db..ab6031ba1 100644 --- a/src/WINNT/afsd/cm_conn.h +++ b/src/WINNT/afsd/cm_conn.h @@ -70,7 +70,8 @@ typedef struct cm_req { #define CM_REQ_NEW_CONN_FORCED 0x02 #define CM_REQ_SOURCE_SMB 0x04 #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 /*