aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing/gnunet-secretsharing-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/secretsharing/gnunet-secretsharing-profiler.c')
-rw-r--r--src/secretsharing/gnunet-secretsharing-profiler.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/secretsharing/gnunet-secretsharing-profiler.c b/src/secretsharing/gnunet-secretsharing-profiler.c
index 6d1eea198..917431df4 100644
--- a/src/secretsharing/gnunet-secretsharing-profiler.c
+++ b/src/secretsharing/gnunet-secretsharing-profiler.c
@@ -480,11 +480,9 @@ peer_info_cb (void *cb_cls,
480 * Signature of the main function of a task. 480 * Signature of the main function of a task.
481 * 481 *
482 * @param cls closure 482 * @param cls closure
483 * @param tc context information (why was this task triggered now)
484 */ 483 */
485static void 484static void
486handle_shutdown (void *cls, 485handle_shutdown (void *cls)
487 const struct GNUNET_SCHEDULER_TaskContext *tc)
488{ 486{
489 in_shutdown = GNUNET_YES; 487 in_shutdown = GNUNET_YES;
490 488
@@ -633,4 +631,3 @@ main (int argc, char **argv)
633 options, &run, NULL, GNUNET_YES); 631 options, &run, NULL, GNUNET_YES);
634 return 0; 632 return 0;
635} 633}
636