summaryrefslogtreecommitdiff
path: root/Run.h
diff options
context:
space:
mode:
authorDoug Pase <douglas@pase.us>2008-03-05 00:00:00 +0000
committerTim Besard <tim.besard@gmail.com>2011-10-27 16:18:30 +0200
commita52db2ab61b21fe7721419747b96e1689c9069a0 (patch)
treed23d4e442fda7504496ac25fb3f0901ca97a8316 /Run.h
parent538302b72dcbe0b74acdfe3903a45193c7288d4a (diff)
Latest upstream version.
Diffstat (limited to 'Run.h')
-rw-r--r--Run.h3
1 files changed, 2 insertions, 1 deletions
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