From 1e93f5b1fc20d7e8fd4b01b4e3c0715095b42e14 Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Thu, 17 Mar 2016 16:10:11 +0200 Subject: Added CP to RX messages --- src/stateless/dp/trex_stateless_dp_core.cpp | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'src/stateless/dp/trex_stateless_dp_core.cpp') diff --git a/src/stateless/dp/trex_stateless_dp_core.cpp b/src/stateless/dp/trex_stateless_dp_core.cpp index f8d6d828..ba25f61d 100644 --- a/src/stateless/dp/trex_stateless_dp_core.cpp +++ b/src/stateless/dp/trex_stateless_dp_core.cpp @@ -5,7 +5,7 @@ */ /* -Copyright (c) 2015-2015 Cisco Systems, Inc. +Copyright (c) 2015-2016 Cisco Systems, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,14 +19,12 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ -#include -#include -#include -#include -#include - -#include - +#include "bp_sim.h" +#include "trex_stateless_dp_core.h" +#include "trex_stateless_messaging.h" +#include "trex_stream.h" +#include "trex_stream_node.h" +#include "trex_streams_compiler.h" void CDpOneStream::Delete(CFlowGenListPerThread * core){ assert(m_node->get_state() == CGenNodeStateless::ss_INACTIVE); -- cgit 1.2.3-korg