summaryrefslogtreecommitdiffstats
path: root/src/gtest
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-12-23 09:48:38 -0500
committerimarom <imarom@cisco.com>2015-12-23 09:59:43 -0500
commitfb46a1735d7f723ddc791221563e365ad54ef5e0 (patch)
tree28c258c4f8cf327f3967b272fa5de1c98c8ca06e /src/gtest
parent0bde21ac82ff025939f73bbd1e4783345917e49a (diff)
connected control plane to split
Diffstat (limited to 'src/gtest')
-rw-r--r--src/gtest/trex_stateless_gtest.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/gtest/trex_stateless_gtest.cpp b/src/gtest/trex_stateless_gtest.cpp
index dff2b4b0..dc1313f1 100644
--- a/src/gtest/trex_stateless_gtest.cpp
+++ b/src/gtest/trex_stateless_gtest.cpp
@@ -2659,12 +2659,12 @@ public:
assert(m_stream);
- StreamVmInstruction *split_instr = new StreamVmInstructionFlowMan("var1",
- 8,
- op,
- init,
- start,
- end);
+ StreamVmInstructionVar *split_instr = new StreamVmInstructionFlowMan("var1",
+ 8,
+ op,
+ init,
+ start,
+ end);
StreamVm &vm = m_stream->m_vm;
@@ -2686,13 +2686,13 @@ public:
assert(m_stream);
- StreamVmInstruction *split_instr = new StreamVmInstructionFlowClient("var1",
- client_min_value,
- client_max_value,
- port_min,
- port_max,
- 0,
- 0);
+ StreamVmInstructionVar *split_instr = new StreamVmInstructionFlowClient("var1",
+ client_min_value,
+ client_max_value,
+ port_min,
+ port_max,
+ 0,
+ 0);
StreamVm &vm = m_stream->m_vm;