aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r--src/topology/gnunet-daemon-topology.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index efe014776..fa8640bf4 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -126,7 +126,7 @@ struct Peer
126 126
127 127
128/** 128/**
129 * The task to delayed start the notification process intially. 129 * The task to delayed start the notification process intially.
130 * We like to give transport some time to give us our hello to distribute it. 130 * We like to give transport some time to give us our hello to distribute it.
131 */ 131 */
132struct GNUNET_SCHEDULER_Task *peerstore_notify_task; 132struct GNUNET_SCHEDULER_Task *peerstore_notify_task;
@@ -551,7 +551,7 @@ reschedule_hellos (void *cls,
551 const struct GNUNET_PeerIdentity *pid, 551 const struct GNUNET_PeerIdentity *pid,
552 void *value) 552 void *value)
553{ 553{
554 (void *) cls; 554 (void) cls;
555 struct Peer *peer = value; 555 struct Peer *peer = value;
556 556
557 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 557 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
@@ -878,7 +878,7 @@ process_peer (void *cls,
878static void 878static void
879start_notify (void *cls) 879start_notify (void *cls)
880{ 880{
881 (void *) cls; 881 (void) cls;
882 882
883 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting to process new hellos for gossiping.\n"); 883 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Starting to process new hellos for gossiping.\n");
884 peerstore_notify = 884 peerstore_notify =