summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-05-10 17:27:07 +0300
committerHanoh Haim <hhaim@cisco.com>2016-05-10 17:27:07 +0300
commit996f2451dba01f534420418eaac2856510682757 (patch)
tree016d58d6e97c0fc22d0577f52b44530f5bf670fb /src/main.cpp
parent4d319010eaeb17cce9af55ef00feb71a6930c931 (diff)
refactor the schduler to be with minimum TSC instructions
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-xsrc/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3c68990c..701a65d2 100755
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -261,6 +261,7 @@ void set_stateless_obj(TrexStateless *obj) {
m_sim_statelss_obj = obj;
}
+
int main(int argc , char * argv[]){
std::unordered_map<std::string, int> params;