aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index c5801685a..e49550364 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -2888,7 +2888,7 @@ GST_neighbours_handle_disconnect_message (const struct GNUNET_PeerIdentity
2888{ 2888{
2889 struct NeighbourMapEntry *n; 2889 struct NeighbourMapEntry *n;
2890 const struct SessionDisconnectMessage *sdm; 2890 const struct SessionDisconnectMessage *sdm;
2891 GNUNET_HashCode hc; 2891 struct GNUNET_HashCode hc;
2892 2892
2893 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 2893 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2894 "Received DISCONNECT message from peer `%s'\n", 2894 "Received DISCONNECT message from peer `%s'\n",
@@ -2972,7 +2972,7 @@ struct IteratorContext
2972 * @return GNUNET_OK (continue to iterate) 2972 * @return GNUNET_OK (continue to iterate)
2973 */ 2973 */
2974static int 2974static int
2975neighbours_iterate (void *cls, const GNUNET_HashCode * key, void *value) 2975neighbours_iterate (void *cls, const struct GNUNET_HashCode * key, void *value)
2976{ 2976{
2977 struct IteratorContext *ic = cls; 2977 struct IteratorContext *ic = cls;
2978 struct NeighbourMapEntry *n = value; 2978 struct NeighbourMapEntry *n = value;
@@ -3111,7 +3111,7 @@ GST_neighbours_start (void *cls,
3111 * @return GNUNET_OK (continue to iterate) 3111 * @return GNUNET_OK (continue to iterate)
3112 */ 3112 */
3113static int 3113static int
3114disconnect_all_neighbours (void *cls, const GNUNET_HashCode * key, void *value) 3114disconnect_all_neighbours (void *cls, const struct GNUNET_HashCode * key, void *value)
3115{ 3115{
3116 struct NeighbourMapEntry *n = value; 3116 struct NeighbourMapEntry *n = value;
3117 3117