aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_http_server.c')
-rw-r--r--src/transport/plugin_transport_http_server.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c
index abf60280a..8c657503a 100644
--- a/src/transport/plugin_transport_http_server.c
+++ b/src/transport/plugin_transport_http_server.c
@@ -260,7 +260,7 @@ struct GNUNET_ATS_Session
260 /** 260 /**
261 * ATS network type. 261 * ATS network type.
262 */ 262 */
263 enum GNUNET_ATS_Network_Type scope; 263 enum GNUNET_NetworkType scope;
264 264
265 /** 265 /**
266 * #GNUNET_YES if this session is known to the service. 266 * #GNUNET_YES if this session is known to the service.
@@ -1382,7 +1382,7 @@ server_lookup_connection (struct HTTP_Server_Plugin *plugin,
1382 uint32_t options; 1382 uint32_t options;
1383 int direction = GNUNET_SYSERR; 1383 int direction = GNUNET_SYSERR;
1384 unsigned int to; 1384 unsigned int to;
1385 enum GNUNET_ATS_Network_Type scope; 1385 enum GNUNET_NetworkType scope;
1386 1386
1387 conn_info = MHD_get_connection_info (mhd_connection, 1387 conn_info = MHD_get_connection_info (mhd_connection,
1388 MHD_CONNECTION_INFO_CLIENT_ADDRESS); 1388 MHD_CONNECTION_INFO_CLIENT_ADDRESS);
@@ -3344,7 +3344,7 @@ http_server_plugin_address_to_string (void *cls,
3344 * @param session the session 3344 * @param session the session
3345 * @return the network type in HBO or #GNUNET_SYSERR 3345 * @return the network type in HBO or #GNUNET_SYSERR
3346 */ 3346 */
3347static enum GNUNET_ATS_Network_Type 3347static enum GNUNET_NetworkType
3348http_server_plugin_get_network (void *cls, 3348http_server_plugin_get_network (void *cls,
3349 struct GNUNET_ATS_Session *session) 3349 struct GNUNET_ATS_Session *session)
3350{ 3350{
@@ -3359,7 +3359,7 @@ http_server_plugin_get_network (void *cls,
3359 * @param address the address 3359 * @param address the address
3360 * @return the network type 3360 * @return the network type
3361 */ 3361 */
3362static enum GNUNET_ATS_Network_Type 3362static enum GNUNET_NetworkType
3363http_server_plugin_get_network_for_address (void *cls, 3363http_server_plugin_get_network_for_address (void *cls,
3364 const struct GNUNET_HELLO_Address *address) 3364 const struct GNUNET_HELLO_Address *address)
3365{ 3365{