Windows: add cm_req_t to RDR_ioctl_t
authorJeffrey Altman <jaltman@your-file-system.com>
Tue, 25 Sep 2012 18:18:39 +0000 (14:18 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Mon, 1 Oct 2012 23:19:16 +0000 (16:19 -0700)
commit63ded5bc452bf6cdd10db4d9e1befb9a71fad539
tree74cf82990d5efa60b4ed57c8860fa9b26fa7551e
parentac97f8f5a6937398db7d1902ff6bab7adbc24f4a
Windows: add cm_req_t to RDR_ioctl_t

The cm_req_t structure flags store information related to
the source of the request and whether the process is WOW64 or not.
This information is required for proper pioctl processing.  Add
a cm_req_t structure to the RDR_ioctl_t structure and initialize
it in RDR_SetupIoctl() which is called from RDR_PioctlOpen().

Change-Id: I351101f036f63bbb1f0d7b19e9b092b18a3e070e
Reviewed-on: http://gerrit.openafs.org/8158
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/user/RDRFunction.c
src/WINNT/afsrdr/user/RDRIoctl.c
src/WINNT/afsrdr/user/RDRIoctl.h