From ccfb88c91c50893bf3d43b67f48ac46e9a252f64 Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Mon, 7 Mar 2016 15:58:03 +0200 Subject: Added get_active_pgids --- src/trex_defs.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/trex_defs.h') diff --git a/src/trex_defs.h b/src/trex_defs.h index ace3618d..4ecee1d5 100644 --- a/src/trex_defs.h +++ b/src/trex_defs.h @@ -13,6 +13,8 @@ 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 + #ifndef __TREX_DEFS_H__ #define __TREX_DEFS_H__ @@ -29,4 +31,7 @@ limitations under the License. #endif +typedef std::set flow_stat_active_t; +typedef std::set::iterator flow_stat_active_it_t; + #endif -- cgit 1.2.3-korg