aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-service-nse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse/gnunet-service-nse.c')
-rw-r--r--src/nse/gnunet-service-nse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index 1f06c0a75..bf7c79fcb 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -276,12 +276,12 @@ static unsigned int estimate_count;
276/** 276/**
277 * Task scheduled to update our flood message for the next round. 277 * Task scheduled to update our flood message for the next round.
278 */ 278 */
279static struct GNUNET_SCHEDULER_Task * flood_task; 279static struct GNUNET_SCHEDULER_Task *flood_task;
280 280
281/** 281/**
282 * Task scheduled to compute our proof. 282 * Task scheduled to compute our proof.
283 */ 283 */
284static struct GNUNET_SCHEDULER_Task * proof_task; 284static struct GNUNET_SCHEDULER_Task *proof_task;
285 285
286/** 286/**
287 * Notification context, simplifies client broadcasts. 287 * Notification context, simplifies client broadcasts.