X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fafs%2Fafs.h;h=3d7e461834a8aa28da056ba1fbfe5eb32ac3c8e6;hp=39a8e57d229f20ce64ce789a2c7ea4e313851557;hb=7f58e4ac454f9c06fb2d51ff0a17b8656c454efe;hpb=eb3f8c99edcf005dfba836ae9ab1d3102f162c2a diff --git a/src/afs/afs.h b/src/afs/afs.h index 39a8e57..3d7e461 100644 --- a/src/afs/afs.h +++ b/src/afs/afs.h @@ -153,7 +153,8 @@ struct brequest { afs_ucred_t *cred; /* credentials to use for operation */ afs_size_t size_parm[BPARMS]; /* random parameters */ void *ptr_parm[BPARMS]; /* pointer parameters */ - afs_int32 code; /* return code */ + afs_int32 code_raw; /* return code from AFS routines */ + afs_int32 code_checkcode; /* the afs_CheckCode-translated code */ short refCount; /* use counter for this structure */ char opcode; /* what to do (store, fetch, etc) */ char flags; /* free, etc */