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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index aaeefe8d4..5c749d717 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -69,6 +69,8 @@
69 */ 69 */
70struct NeighbourMapEntry; 70struct NeighbourMapEntry;
71 71
72GNUNET_NETWORK_STRUCT_BEGIN
73
72/** 74/**
73 * Message a peer sends to another to indicate its 75 * Message a peer sends to another to indicate its
74 * preference for communicating via a particular 76 * preference for communicating via a particular
@@ -133,7 +135,7 @@ struct SessionDisconnectMessage
133 struct GNUNET_CRYPTO_RsaSignature signature; 135 struct GNUNET_CRYPTO_RsaSignature signature;
134 136
135}; 137};
136 138GNUNET_NETWORK_STRUCT_END
137 139
138/** 140/**
139 * For each neighbour we keep a list of messages 141 * For each neighbour we keep a list of messages