aboutsummaryrefslogtreecommitdiff
path: root/src/dv/gnunet-service-dv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dv/gnunet-service-dv.c')
-rw-r--r--src/dv/gnunet-service-dv.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dv/gnunet-service-dv.c b/src/dv/gnunet-service-dv.c
index fd51a8562..af6ddb3d9 100644
--- a/src/dv/gnunet-service-dv.c
+++ b/src/dv/gnunet-service-dv.c
@@ -230,7 +230,7 @@ struct DirectNeighbor
230 * ID of the task we use to (periodically) update our consensus 230 * ID of the task we use to (periodically) update our consensus
231 * with this peer. Used if we are the initiating peer. 231 * with this peer. Used if we are the initiating peer.
232 */ 232 */
233 struct GNUNET_SCHEDULER_Task * initiate_task; 233 struct GNUNET_SCHEDULER_Task *initiate_task;
234 234
235 /** 235 /**
236 * At what offset are we, with respect to inserting our own routes 236 * At what offset are we, with respect to inserting our own routes
@@ -1905,7 +1905,8 @@ handle_dv_route_message (void *cls,
1905 * @param message the actual message 1905 * @param message the actual message
1906 */ 1906 */
1907static void 1907static void
1908handle_dv_send_message (void *cls, struct GNUNET_SERVER_Client *client, 1908handle_dv_send_message (void *cls,
1909 struct GNUNET_SERVER_Client *client,
1909 const struct GNUNET_MessageHeader *message) 1910 const struct GNUNET_MessageHeader *message)
1910{ 1911{
1911 struct Route *route; 1912 struct Route *route;