[Pvfs2-cvs] commit by slang in pvfs2/src/common/misc:
msgpairarray.sm msgpairarray.h
CVS commit program
cvs at parl.clemson.edu
Fri May 16 11:49:44 EDT 2008
Update of /projects/cvsroot/pvfs2/src/common/misc
In directory parlweb1:/tmp/cvs-serv4943/src/common/misc
Modified Files:
msgpairarray.sm msgpairarray.h
Log Message:
fixes for msgpairarray changes.
Index: msgpairarray.sm
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/msgpairarray.sm,v
diff -p -u -r1.46 -r1.47
--- msgpairarray.sm 6 May 2008 18:59:54 -0000 1.46
+++ msgpairarray.sm 16 May 2008 15:49:43 -0000 1.47
@@ -661,7 +661,6 @@ static PINT_sm_action msgpairarray_done(
{
int task_id, error_code, remaining;
PINT_sm_pop_frame(smcb, &task_id, &error_code, &remaining);
- js_p->error_code = error_code;
return SM_ACTION_COMPLETE;
}
Index: msgpairarray.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/misc/msgpairarray.h,v
diff -p -u -r1.12 -r1.13
--- msgpairarray.h 6 May 2008 18:59:54 -0000 1.12
+++ msgpairarray.h 16 May 2008 15:49:43 -0000 1.13
@@ -113,7 +113,7 @@ typedef struct
#define foreach_msgpair(__msgarray_op, __msg_p, __i) \
for(__i = 0, __msg_p = &((__msgarray_op)->msgarray[__i]); \
- i < (__msgarray_op)->count; \
+ __i < (__msgarray_op)->count; \
++__i, __msg_p = &((__msgarray_op)->msgarray[__i]))
/* helper functions */
More information about the Pvfs2-cvs
mailing list