aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/gnunet-service-rps.c')
-rw-r--r--src/rps/gnunet-service-rps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index ecbc8e208..0e3759c4c 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -596,8 +596,10 @@ static const uint32_t num_valid_peers_max = UINT32_MAX;
596static void 596static void
597do_round (void *cls); 597do_round (void *cls);
598 598
599#if ENABLE_MALICIOUS
599static void 600static void
600do_mal_round (void *cls); 601do_mal_round (void *cls);
602#endif /* ENABLE_MALICIOUS */
601 603
602 604
603/** 605/**