[PVFS2-CVS]
commit by rbross in pvfs2/src/common/misc: errno-mapping.c
CVS commit program
cvs at parl.clemson.edu
Sun Feb 15 00:03:52 EST 2004
Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb:/tmp/cvs-serv20516/src/common/misc
Modified Files:
errno-mapping.c
Log Message:
Added PVFS_EPARTIAL (for now anyway; would like a little better name!).
Added error_array to PVFS_mgmt_statfs_list(); dropped in NULL placeholder in
all calls to it.
Added allocation of error array in karma/comm.c to hold particular errors.
Note: none of this is actually *used* yet.
Index: errno-mapping.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/errno-mapping.c,v
diff -p -u -r1.6 -r1.7
--- errno-mapping.c 6 Aug 2003 16:59:44 -0000 1.6
+++ errno-mapping.c 15 Feb 2004 05:03:52 -0000 1.7
@@ -129,7 +129,8 @@ int32_t PINT_errno_mapping[PVFS_ERRNO_MA
ECONNREFUSED,
EHOSTDOWN,
EHOSTUNREACH,
- EALREADY /* 57 */
+ EALREADY, /* 57 */
+ 0 /* EPARTIAL */
};
/*
More information about the PVFS2-CVS
mailing list