Triton Repository branch, master, updated. 6e679ed3dc515f9b4fb886449515f4643c4cd8de
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Triton Repository". The branch, master has been updated via 6e679ed3dc515f9b4fb886449515f4643c4cd8de (commit) from 648d8e4d8fcee46fed7028560d128626fffc5524 (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 6e679ed3dc515f9b4fb886449515f4643c4cd8de Author: Phil Carns <[email protected]> Date: Wed Dec 22 15:03:20 2010 -0500 used destroy fn for read response ----------------------------------------------------------------------- Summary of changes: code/src/replicated-osd/tests/rosd-create-bench.ae | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) Diff of changes: diff --git a/code/src/replicated-osd/tests/rosd-create-bench.ae b/code/src/replicated-osd/tests/rosd-create-bench.ae index a680889..0487db8 100644 --- a/code/src/replicated-osd/tests/rosd-create-bench.ae +++ b/code/src/replicated-osd/tests/rosd-create-bench.ae @@ -292,6 +292,10 @@ __blocking void do_remote_read(void) { fprintf(stderr, "Error: rosd_read() failure.\n"); } + else + { + aer_destroy_struct_rosd_read_resp(&resp); + } /* printf("Got data: %s\n", resp.buffer.buffer); */ triton_mutex_lock(&oid_mutex); } hooks/post-receive -- Triton Repository
participants (1)
-
noreply@mcs.anl.gov