aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-service-transport_clients.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport_clients.c b/src/transport/gnunet-service-transport_clients.c
index 77374ff19..c016b4abf 100644
--- a/src/transport/gnunet-service-transport_clients.c
+++ b/src/transport/gnunet-service-transport_clients.c
@@ -182,12 +182,12 @@ static struct TransportClient *clients_tail;
182/** 182/**
183 * Head of linked list of all pending address iterations 183 * Head of linked list of all pending address iterations
184 */ 184 */
185struct AddressToStringContext *a2s_head; 185static struct AddressToStringContext *a2s_head;
186 186
187/** 187/**
188 * Tail of linked list of all pending address iterations 188 * Tail of linked list of all pending address iterations
189 */ 189 */
190struct AddressToStringContext *a2s_tail; 190static struct AddressToStringContext *a2s_tail;
191 191
192/** 192/**
193 * Head of linked list of monitoring clients. 193 * Head of linked list of monitoring clients.
@@ -659,7 +659,8 @@ clients_handle_start (void *cls,
659 * @param message the HELLO message 659 * @param message the HELLO message
660 */ 660 */
661static void 661static void
662clients_handle_hello (void *cls, struct GNUNET_SERVER_Client *client, 662clients_handle_hello (void *cls,
663 struct GNUNET_SERVER_Client *client,
663 const struct GNUNET_MessageHeader *message) 664 const struct GNUNET_MessageHeader *message)
664{ 665{
665 GST_validation_handle_hello (message); 666 GST_validation_handle_hello (message);