From a52db2ab61b21fe7721419747b96e1689c9069a0 Mon Sep 17 00:00:00 2001 From: Doug Pase Date: Wed, 5 Mar 2008 00:00:00 +0000 Subject: Latest upstream version. --- Run.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Run.h') diff --git a/Run.h b/Run.h index 57a83bc..810c2e8 100644 --- a/Run.h +++ b/Run.h @@ -6,7 +6,7 @@ * http://www.opensource.org/licenses/cpl1.0.php * * * * Contributors: * - * Douglas M. pase - initial API and implementation * + * Douglas M. Pase - initial API and implementation * *******************************************************************************/ @@ -39,6 +39,7 @@ private: Chain* random_mem_init( Chain *m ); Chain* forward_mem_init( Chain *m ); Chain* reverse_mem_init( Chain *m ); + Chain* stream_mem_init( Chain *m ); static Lock global_mutex; // global lock static int64 _ops_per_chain; // total number of operations per chain -- cgit v1.2.3