summaryrefslogtreecommitdiffstats
path: root/src/trex_defs.h
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-03-07 15:58:03 +0200
committerIdo Barnea <ibarnea@cisco.com>2016-03-07 15:58:31 +0200
commitccfb88c91c50893bf3d43b67f48ac46e9a252f64 (patch)
tree78b3c280eb4748c561db4b6947f66ac76a72893c /src/trex_defs.h
parent29c78819b903a2933e8ba106faa5ba5745eb527e (diff)
Added get_active_pgids
Diffstat (limited to 'src/trex_defs.h')
-rw-r--r--src/trex_defs.h5
1 files changed, 5 insertions, 0 deletions
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 <set>
+
#ifndef __TREX_DEFS_H__
#define __TREX_DEFS_H__
@@ -29,4 +31,7 @@ limitations under the License.
#endif
+typedef std::set<uint32_t> flow_stat_active_t;
+typedef std::set<uint32_t>::iterator flow_stat_active_it_t;
+
#endif