aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-service-nse.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-19 14:31:14 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-19 14:31:14 +0000
commit63eb0920ef2261e98dc0ff6310c303a5d8c163ce (patch)
tree3c88a4fce9f507e2978a2ea463d51e692c31202c /src/nse/gnunet-service-nse.c
parent64fda257bdaf166ed3d96dce3a01ea14017a2a3e (diff)
downloadgnunet-63eb0920ef2261e98dc0ff6310c303a5d8c163ce.tar.gz
gnunet-63eb0920ef2261e98dc0ff6310c303a5d8c163ce.zip
towards adding mq destruction notification
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.