summaryrefslogtreecommitdiffstats
path: root/src/utl_cpuu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utl_cpuu.h')
-rwxr-xr-xsrc/utl_cpuu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utl_cpuu.h b/src/utl_cpuu.h
index ad4b2e3b..109fff4f 100755
--- a/src/utl_cpuu.h
+++ b/src/utl_cpuu.h
@@ -22,8 +22,8 @@ limitations under the License.
*/
#include <stdint.h>
-#include <vector>
#include <cstring>
+#include "trex_defs.h"
#include "os_time.h"
#include "mbuf.h"
@@ -59,7 +59,7 @@ public:
/* return cpu % */
double GetVal();
uint8_t GetValRaw();
- std::vector<uint8_t> GetHistory();
+ void GetHistory(cpu_vct_t &cpu_vct);
private:
void AppendHistory(uint8_t);
CCpuUtlDp * m_dpcpu;