Triton Repository branch, master, updated. 76fe742487888b3bfedc8ae08d0e3056fe4244cc
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 76fe742487888b3bfedc8ae08d0e3056fe4244cc (commit) from 29a07b872b14bd16335a021167bdfca1d880b918 (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 76fe742487888b3bfedc8ae08d0e3056fe4244cc Author: Samuel Lang <[email protected]> Date: Wed May 26 20:27:08 2010 -0500 fix uninitialized errors in coalesce test ----------------------------------------------------------------------- Summary of changes: .../common/resources/scheduling/test/coalesce.ae | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Diff of changes: diff --git a/code/src/common/resources/scheduling/test/coalesce.ae b/code/src/common/resources/scheduling/test/coalesce.ae index 84f4b31..7e5d4c1 100644 --- a/code/src/common/resources/scheduling/test/coalesce.ae +++ b/code/src/common/resources/scheduling/test/coalesce.ae @@ -57,6 +57,7 @@ static __blocking int dostuff(void) void begin(struct coalesce_obj *obj) { /* add obj to queue of started ops. Allows us to keep track of what's in progress. */ + triton_list_link_clear(&obj->link); triton_mutex_lock(&ops_started_mutex); triton_queue_enqueue(&obj->link, &ops_started_queue); triton_mutex_unlock(&ops_started_mutex); hooks/post-receive -- Triton Repository
participants (1)
-
noreply@mcs.anl.gov