RXOSD and VICEP-ACCESS fields and bits in afs.h
authorHartmut Reuter <reuter@rzg.mpg.de>
Fri, 5 Nov 2010 10:31:28 +0000 (11:31 +0100)
committerDerrick Brashear <shadow@dementia.org>
Mon, 15 Nov 2010 17:50:11 +0000 (09:50 -0800)
commit90679bf5118557970f00b98dcab0032d3580deb6
tree00f843384e89b1d5a4c10aedd4ef59c8b41ce8ad
parent14980b477822ecc66e95f8c2a71f0fc11839afbd
RXOSD and VICEP-ACCESS fields and bits in afs.h

struct vcache gets two new fields:
int protocol
        which in the lower 16 bits contains the protocol number
                1 classical rx-fileserver,
                2 rxosd,
                4 direct access to visible vicep partitions.
void *vpacRock
        which for visible files in a vicep-partition contains
        a pointer to a struct known only inside afs_vicep.c
        which contains the pointer to the open file and other
        information.

Change-Id: I9d471a010d99bfa53ac59be3e7daad72e29d02ee
Reviewed-on: http://gerrit.openafs.org/3013
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs.h