summaryrefslogtreecommitdiffstats
path: root/src/trex_defs.h
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-05-31 13:57:12 +0300
committerYaroslav Brustinov <ybrustin@cisco.com>2016-05-31 13:57:12 +0300
commit84fc182fd1021b0ad564478f284afff660a5b924 (patch)
tree89c7850091469158182d0c7b38f399745a15d574 /src/trex_defs.h
parent06f5cc0b5892712242344fb42cbafd873c5d0209 (diff)
add rpc command get_cpu_util_full to cpp
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