summaryrefslogtreecommitdiffstats
path: root/src/trex_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trex_defs.h')
-rw-r--r--src/trex_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trex_defs.h b/src/trex_defs.h
index 665c1edc..55e10fb2 100644
--- a/src/trex_defs.h
+++ b/src/trex_defs.h
@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
#include <set>
+#include <queue>
#ifndef __TREX_DEFS_H__
#define __TREX_DEFS_H__
@@ -36,5 +37,6 @@ limitations under the License.
typedef std::set<uint32_t> flow_stat_active_t;
typedef std::set<uint32_t>::iterator flow_stat_active_it_t;
+typedef std::vector<std::vector<double>> cpu_util_full_t;
#endif