summaryrefslogtreecommitdiffstats
path: root/src/stateless/cp/trex_stream.h
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-02-24 07:13:52 -0500
committerIdo Barnea <ibarnea@cisco.com>2016-02-24 14:21:29 +0200
commit3eb4f868ef5bc728a46c8012c914f6a9381f4cdb (patch)
tree723fc6473f36b06d47a1c6e24dd644d45db42e58 /src/stateless/cp/trex_stream.h
parentf0ab9eba97221e491cf7b3dd846eb8c23d920ec2 (diff)
VM bug youtrack: trex-187
and rx stats
Diffstat (limited to 'src/stateless/cp/trex_stream.h')
-rw-r--r--src/stateless/cp/trex_stream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stateless/cp/trex_stream.h b/src/stateless/cp/trex_stream.h
index af4d4a73..36f9d407 100644
--- a/src/stateless/cp/trex_stream.h
+++ b/src/stateless/cp/trex_stream.h
@@ -402,7 +402,8 @@ public:
/* on full clone we copy also VM */
if (full) {
- m_vm.copy_instructions(dp->m_vm);
+ m_vm.clone(dp->m_vm);
+
}
/* copy VM DP product */