Code Review
/
trex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ccfb88c
)
Fix to simulator compilation error
author
Ido Barnea
<
[email protected]
>
Mon, 7 Mar 2016 14:59:17 +0000
(16:59 +0200)
committer
Ido Barnea
<
[email protected]
>
Mon, 7 Mar 2016 14:59:17 +0000
(16:59 +0200)
src/internal_api/trex_platform_api.h
patch
|
blob
|
history
diff --git
a/src/internal_api/trex_platform_api.h
b/src/internal_api/trex_platform_api.h
index
71ec442
..
b1cf2fb
100644
(file)
--- a/
src/internal_api/trex_platform_api.h
+++ b/
src/internal_api/trex_platform_api.h
@@
-240,7
+240,7
@@
public:
void flush_dp_messages() const {
}
- int get_active_pgids(flow_stat_active_t &result)
{/*??? implement*/ return 0;};
+ int get_active_pgids(flow_stat_active_t &result)
const {return 0;}
private:
int m_dp_core_count;