projects
/
cs-p2p-next.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3601f67
)
instrumentation/hrktorrent: make hrk run (uncomment previously test-friendly comments)
author
P2P-Next
<p2p-next@cs.pub.ro>
Mon, 9 Aug 2010 19:18:50 +0000
(22:18 +0300)
committer
P2P-Next
<p2p-next@cs.pub.ro>
Mon, 9 Aug 2010 19:18:50 +0000
(22:18 +0300)
instrumentation/hrktorrent/main.cpp
patch
|
blob
|
history
diff --git
a/instrumentation/hrktorrent/main.cpp
b/instrumentation/hrktorrent/main.cpp
index
4fcf246
..
b59f692
100644
(file)
--- 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;
}