summaryrefslogtreecommitdiff
path: root/src/rps/test_rps.c
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-08-10 12:44:51 +0200
committerJulius Bünger <buenger@mytum.de>2018-08-13 14:33:04 +0200
commit8275d52ec81b53f46b799facc8c051829ded6eed (patch)
treee9fe0c8871a5938cb56fe8ce2f2ff2d9f3c7f735 /src/rps/test_rps.c
parent341c1dd692c62a88eeff34fca155ce2377677d4b (diff)
downloadgnunet-8275d52ec81b53f46b799facc8c051829ded6eed.tar.gz
gnunet-8275d52ec81b53f46b799facc8c051829ded6eed.zip
Use synchronised logic for closing channels (rps service)
Diffstat (limited to 'src/rps/test_rps.c')
-rw-r--r--src/rps/test_rps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index 08424022f..92d8c12ea 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -2850,7 +2850,7 @@ main (int argc, char *argv[])
2850 { 2850 {
2851 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "This is the profiler\n"); 2851 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "This is the profiler\n");
2852 cur_test_run.name = "test-rps-profiler"; 2852 cur_test_run.name = "test-rps-profiler";
2853 num_peers = 100; 2853 num_peers = 16;
2854 mal_type = 3; 2854 mal_type = 3;
2855 cur_test_run.init_peer = profiler_init_peer; 2855 cur_test_run.init_peer = profiler_init_peer;
2856 //cur_test_run.pre_test = mal_pre; 2856 //cur_test_run.pre_test = mal_pre;