summaryrefslogtreecommitdiffstats
path: root/src/stateless/trex_stream.cpp
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-09-01 15:14:27 +0300
committerimarom <imarom@cisco.com>2015-09-01 15:14:27 +0300
commit166e1b639a8cb3d95a6ebae325a4156c6df6c595 (patch)
tree28add5311782054d5977db4f1826652fb25a5344 /src/stateless/trex_stream.cpp
parent580a81e3476d2f316fa263adceb136a178fb5f1a (diff)
draft
Diffstat (limited to 'src/stateless/trex_stream.cpp')
-rw-r--r--src/stateless/trex_stream.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/stateless/trex_stream.cpp b/src/stateless/trex_stream.cpp
index 1a78ab34..5bc9421f 100644
--- a/src/stateless/trex_stream.cpp
+++ b/src/stateless/trex_stream.cpp
@@ -27,11 +27,10 @@ limitations under the License.
TrexStream::TrexStream(uint8_t port_id, uint32_t stream_id) : m_port_id(port_id), m_stream_id(stream_id) {
/* default values */
- m_isg_usec = 0;
- m_next_stream_id = -1;
- m_loop_count = 0;
- m_enable = false;
- m_start = false;
+ m_isg_usec = 0;
+ m_next_stream_id = -1;
+ m_enabled = false;
+ m_self_start = false;
m_pkt = NULL;
m_pkt_len = 0;