[OpenAFS-devel] Re: Shipping afs/afs.h

Chaskiel Grundman cg2v@andrew.cmu.edu
Wed, 20 Nov 2013 15:41:27 -0500


Probably the big things that come from afs.h are struct VenusFid and
struct ClearToken. The latter is needed by anything calling the SetToken
or GetToken pioctls

If anything exists that wants to interpret the states in struct
AFSDBCacheEntry (from RXAFSCB_GetCE), it will want the C* flags

I have something that I think came from afs-contrib that would look at
disk cache files and tell you stuff about them that used struct
afs_fheader and struct fcache. (but that's probably not going to be
considered an api by anyone.)