aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dht/dht.h6
-rw-r--r--src/include/gnunet_service_lib.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index 8656de364..f1b183e25 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -196,7 +196,7 @@ struct GNUNET_DHT_ClientPutMessage
196 196
197 197
198/** 198/**
199 * Message to monitor put requests going through peer, DHT service --> clients. 199 * Message to monitor put requests going through peer, DHT service -> clients.
200 */ 200 */
201struct GNUNET_DHT_MonitorPutMessage 201struct GNUNET_DHT_MonitorPutMessage
202{ 202{
@@ -249,7 +249,7 @@ struct GNUNET_DHT_MonitorPutMessage
249 249
250 250
251/** 251/**
252 * Message to request monitoring messages, clients --> DHT service. 252 * Message to request monitoring messages, clients -> DHT service.
253 */ 253 */
254struct GNUNET_DHT_MonitorStartMessage 254struct GNUNET_DHT_MonitorStartMessage
255{ 255{
@@ -336,7 +336,7 @@ struct GNUNET_DHT_MonitorGetMessage
336}; 336};
337 337
338/** 338/**
339 * Message to monitor get results going through peer, DHT service --> clients. 339 * Message to monitor get results going through peer, DHT service -> clients.
340 */ 340 */
341struct GNUNET_DHT_MonitorGetRespMessage 341struct GNUNET_DHT_MonitorGetRespMessage
342{ 342{
diff --git a/src/include/gnunet_service_lib.h b/src/include/gnunet_service_lib.h
index 9ea56eb6b..39e6a8050 100644
--- a/src/include/gnunet_service_lib.h
+++ b/src/include/gnunet_service_lib.h
@@ -43,7 +43,7 @@ extern "C"
43 * Get the list of addresses that a server for the given service 43 * Get the list of addresses that a server for the given service
44 * should bind to. 44 * should bind to.
45 * 45 *
46 * @param serviceName name of the service 46 * @param service_name name of the service
47 * @param cfg configuration (which specifies the addresses) 47 * @param cfg configuration (which specifies the addresses)
48 * @param addrs set (call by reference) to an array of pointers to the 48 * @param addrs set (call by reference) to an array of pointers to the
49 * addresses the server should bind to and listen on; the 49 * addresses the server should bind to and listen on; the
@@ -60,7 +60,7 @@ extern "C"
60 * set to NULL). 60 * set to NULL).
61 */ 61 */
62int 62int
63GNUNET_SERVICE_get_server_addresses (const char *serviceName, 63GNUNET_SERVICE_get_server_addresses (const char *service_name,
64 const struct GNUNET_CONFIGURATION_Handle 64 const struct GNUNET_CONFIGURATION_Handle
65 *cfg, struct sockaddr ***addrs, 65 *cfg, struct sockaddr ***addrs,
66 socklen_t ** addr_lens); 66 socklen_t ** addr_lens);