From 2a7624e2fe323d0476288dd47e441030b9948e4d Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 13 Apr 2009 03:32:56 +0000 Subject: [PATCH] calling distrib::taskDone from distrib::send_data().... needs testing git-svn-id: svn://anubis/fart/trunk@233 7f9b0f55-74a9-4bce-be96-3c2cd072584d --- distrib/distrib.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/distrib/distrib.cc b/distrib/distrib.cc index c16571c..1e1c0ef 100644 --- a/distrib/distrib.cc +++ b/distrib/distrib.cc @@ -287,6 +287,7 @@ int distrib::send_data(int task, unsigned char * data, int num_bytes) { memcpy(m_data + 3 * task * UNIT_TASK_SIZE, data, num_to_copy); } + taskDone(task); } } else