From d3b66fddf9840272b367f42e26ce16198eeadaf6 Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Mon, 11 Apr 2016 10:34:23 +0300 Subject: payload tx stat work --- src/stateless/cp/trex_exception.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/stateless/cp/trex_exception.h') diff --git a/src/stateless/cp/trex_exception.h b/src/stateless/cp/trex_exception.h index e184fa30..ff3179f9 100644 --- a/src/stateless/cp/trex_exception.h +++ b/src/stateless/cp/trex_exception.h @@ -34,7 +34,8 @@ class TrexException : public std::runtime_error public: enum TrexExceptionTypes_t { T_FLOW_STAT_PG_ID_DIFF_L4, - T_FLOW_STAT_ADD_FAIL, + T_FLOW_STAT_DUP_PG_ID, + T_FLOW_STAT_ALLOC_FAIL, T_FLOW_STAT_DEL_NON_EXIST, T_FLOW_STAT_ASSOC_NON_EXIST_ID, T_FLOW_STAT_ASSOC_OCC_ID, -- cgit 1.2.3-korg