From 996f2451dba01f534420418eaac2856510682757 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Tue, 10 May 2016 17:27:07 +0300 Subject: refactor the schduler to be with minimum TSC instructions --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') 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 params; -- cgit 1.2.3-korg