From: P2P-Next Date: Mon, 9 Aug 2010 19:18:50 +0000 (+0300) Subject: instrumentation/hrktorrent: make hrk run (uncomment previously test-friendly comments) X-Git-Tag: getopt_long~4 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=ae47afad9f4405b056d2b23878de1519a8acbb7f;p=cs-p2p-next.git instrumentation/hrktorrent: make hrk run (uncomment previously test-friendly comments) --- diff --git a/instrumentation/hrktorrent/main.cpp b/instrumentation/hrktorrent/main.cpp index 4fcf246..b59f692 100644 --- a/instrumentation/hrktorrent/main.cpp +++ b/instrumentation/hrktorrent/main.cpp @@ -146,8 +146,7 @@ main(int argc, char* argv[]) Core = new CCore(argc, argv); parseargs(argc, argv); -// runstate = Core->Run(); + runstate = Core->Run(); -// return runstate; - return 0; + return runstate; }