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, 1 insertions, 1 deletions
diff --git a/src/trex_defs.h b/src/trex_defs.h
index 55e10fb2..62024fa8 100644
--- a/src/trex_defs.h
+++ b/src/trex_defs.h
@@ -37,6 +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;
+typedef std::vector<std::vector<uint8_t>> cpu_util_full_t;
#endif