[OpenAFS] clarification on client caches

Wes Chow wes@woahnelly.net
Fri, 10 Sep 2004 09:06:07 -0400


On Fri, Sep 10, 2004 at 08:57:56AM -0400, Derek Atkins wrote:
> Why would it need to be conditional on AFS_64BIT_ENV?  Linux supports
> the "long long" 64-bit integer type natively in the 32bit OS just fine.

If AFS_64BIT_ENV isn't set, afs_int64 typedefs to (in config/stds.h):

struct Int64 {
    afs_int32 high;
    afs_uint32 low;
};
typedef struct Int64 afs_int64;


Wes

-- 
http://www.woahnelly.net/~wes/          OpenPGP key = 0xA5CA6644
fingerprint = FDE5 21D8 9D8B 386F 128F  DF52 3F52 D582 A5CA 6644