diff options
| author | Doug Pase <douglas@pase.us> | 2008-03-05 00:00:00 +0000 |
|---|---|---|
| committer | Tim Besard <tim.besard@gmail.com> | 2011-10-27 16:18:30 +0200 |
| commit | a52db2ab61b21fe7721419747b96e1689c9069a0 (patch) | |
| tree | d23d4e442fda7504496ac25fb3f0901ca97a8316 /Run.h | |
| parent | 538302b72dcbe0b74acdfe3903a45193c7288d4a (diff) | |
Latest upstream version.
Diffstat (limited to 'Run.h')
| -rw-r--r-- | Run.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
