aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-16 22:56:01 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-16 22:56:01 +0000
commite20e60e151244aa923639688174192fb65da1f06 (patch)
tree98cf9431aba141dcf947ec0dd5dae12ca51b47fc /src/core
parentb8dafe3d4fcc0e954d5f77566e2e479015e0eef7 (diff)
downloadgnunet-e20e60e151244aa923639688174192fb65da1f06.tar.gz
gnunet-e20e60e151244aa923639688174192fb65da1f06.zip
-fix doxygen warnings
Diffstat (limited to 'src/core')
-rw-r--r--src/core/core_api.c2
-rw-r--r--src/core/gnunet-service-core_clients.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 7338672d6..31248a63f 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -133,7 +133,7 @@ struct PeerRecord
133 struct GNUNET_PeerIdentity peer; 133 struct GNUNET_PeerIdentity peer;
134 134
135 /** 135 /**
136 * ID of task to run #next_request_transmission(). 136 * ID of task to run #run_request_next_transmission().
137 */ 137 */
138 struct GNUNET_SCHEDULER_Task *ntr_task; 138 struct GNUNET_SCHEDULER_Task *ntr_task;
139 139
diff --git a/src/core/gnunet-service-core_clients.c b/src/core/gnunet-service-core_clients.c
index 3dff68528..b5e3f4713 100644
--- a/src/core/gnunet-service-core_clients.c
+++ b/src/core/gnunet-service-core_clients.c
@@ -446,7 +446,7 @@ struct TokenizerContext
446 446
447 447
448/** 448/**
449 * Handle #GNUNET_MESSAGE_TYPE_CORE_CORE_SEND request. 449 * Handle #GNUNET_MESSAGE_TYPE_CORE_SEND request.
450 * 450 *
451 * @param cls unused 451 * @param cls unused
452 * @param client the client issuing the request 452 * @param client the client issuing the request