summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-12-24 15:58:38 +0200
committerHanoh Haim <hhaim@cisco.com>2015-12-24 15:58:38 +0200
commit0e3021bb883b10403efab042e8c308d9fa7c4630 (patch)
tree6d813e5307236ce229cdf56a85c8d9ee61316d51 /src/main.cpp
parent4400ebfd85c5700ff11a3532ea0e01ec06bf4928 (diff)
improve multi-core random VM support
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 b633fce6..1b219a8c 100755
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -769,6 +769,7 @@ extern "C" const char * get_build_time(void){
int main(int argc , char * argv[]){
+
int res=0;
time_init();
CGlobalInfo::m_socket.Create(0);