summaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/gnunet-service-rps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 247892ee0..7e032997e 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -4388,7 +4388,7 @@ do_round (void *cls)
4388 HISTOGRAM_FILE_SLOTS); 4388 HISTOGRAM_FILE_SLOTS);
4389 } 4389 }
4390 // FIXME check bounds of histogram 4390 // FIXME check bounds of histogram
4391 sub->push_delta[(uint32_t) (CustomPeerMap_size (sub->push_map) - 4391 sub->push_delta[(int32_t) (CustomPeerMap_size (sub->push_map) -
4392 (alpha * sub->view_size_est_need)) + 4392 (alpha * sub->view_size_est_need)) +
4393 (HISTOGRAM_FILE_SLOTS/2)]++; 4393 (HISTOGRAM_FILE_SLOTS/2)]++;
4394 if (sub == msub) 4394 if (sub == msub)