summaryrefslogtreecommitdiffstats
path: root/src/bp_gtest.cpp
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-10-25 15:36:13 +0200
committerHanoh Haim <hhaim@cisco.com>2015-10-25 15:36:13 +0200
commit29550cab54a8d49647f0f2c34b04cc2fc97daaea (patch)
tree4eb9157aaef903b54034647051d0da1923faf271 /src/bp_gtest.cpp
parentd4828d6829137971c58a0e56b67a58154a8d6415 (diff)
cp works now. no DP, no RPC integration
Diffstat (limited to 'src/bp_gtest.cpp')
-rwxr-xr-xsrc/bp_gtest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bp_gtest.cpp b/src/bp_gtest.cpp
index a529d637..d0bc27bc 100755
--- a/src/bp_gtest.cpp
+++ b/src/bp_gtest.cpp
@@ -205,7 +205,7 @@ public:
}
}
- lpt->generate_erf(buf,CGlobalInfo::m_options.preview);
+ lpt->start_generate_stateful(buf,CGlobalInfo::m_options.preview);
lpt->m_node_gen.DumpHist(stdout);
cmp.d_sec = m_time_diff;
@@ -2105,7 +2105,7 @@ public:
int i;
for (i=0; i<m_threads; i++) {
lpt=fl.m_threads_info[i];
- lpt->generate_erf("t1",CGlobalInfo::m_options.preview);
+ lpt->start_generate_stateful("t1",CGlobalInfo::m_options.preview);
}
fl.Delete();
return (true);