Grayskull Repository branch, master, updated. git-migration-318-gf7993b6
A ref change was pushed to the repository containing the project "Grayskull Repository". The branch, master has been updated via f7993b6d6e5a514c553db9cb21c9997bf31f262d (commit) from 42362233e2e4b5394fa45232d6293dd94bbc82b7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f7993b6d6e5a514c553db9cb21c9997bf31f262d Author: Phil Carns <[email protected]> Date: Wed Jan 6 14:42:53 2010 -0500 bug fix to cosd benchmark ----------------------------------------------------------------------- Summary of changes: .../cosd-prototype/test/cosd-bench-concurrent.gs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) Diff of changes: diff --git a/code/src/gsl/resources/cosd-prototype/test/cosd-bench-concurrent.gs b/code/src/gsl/resources/cosd-prototype/test/cosd-bench-concurrent.gs index 3e34f9c..4d77694 100644 --- a/code/src/gsl/resources/cosd-prototype/test/cosd-bench-concurrent.gs +++ b/code/src/gsl/resources/cosd-prototype/test/cosd-bench-concurrent.gs @@ -115,8 +115,9 @@ static __blocking int do_cosd_test(void) } total_size += tmp_op->size; + assert(tmp_op->size <= buffer_size); b_ret = gs_cosd_write(1, b_version, &buffer, - &buffer_size, 1, &tmp_op->offset, &tmp_op->size, 1); + &tmp_op->size, 1, &tmp_op->offset, &tmp_op->size, 1); if(b_ret < 0) { /* TODO: error handling */ hooks/post-receive -- Grayskull Repository
participants (1)
-
noreply@mcs.anl.gov