aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-23 23:20:09 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-23 23:20:09 +0000
commit5140bd05677e696e7890c8613c050baf79c9166d (patch)
treef068fab60e2feb76f7f306a46a2438979d2bad4e /src/hostlist
parentd5eec64dbfd73da3f179d9223a3108a6bff5ed71 (diff)
downloadgnunet-5140bd05677e696e7890c8613c050baf79c9166d.tar.gz
gnunet-5140bd05677e696e7890c8613c050baf79c9166d.zip
-doxygen
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/hostlist-client.c4
-rw-r--r--src/hostlist/hostlist-server.c2
2 files changed, 0 insertions, 6 deletions
diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c
index c5b3f05e0..ad9b2b0b5 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -1096,8 +1096,6 @@ task_hostlist_saving (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1096 * 1096 *
1097 * @param cls closure 1097 * @param cls closure
1098 * @param peer peer identity this notification is about 1098 * @param peer peer identity this notification is about
1099 * @param atsi performance data
1100 * @param atsi_count number of records in 'atsi'
1101 */ 1099 */
1102static void 1100static void
1103handler_connect (void *cls, const struct GNUNET_PeerIdentity *peer) 1101handler_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
@@ -1131,8 +1129,6 @@ handler_disconnect (void *cls, const struct GNUNET_PeerIdentity *peer)
1131 * @param cls closure (always NULL) 1129 * @param cls closure (always NULL)
1132 * @param peer the peer sending the message 1130 * @param peer the peer sending the message
1133 * @param message the actual message 1131 * @param message the actual message
1134 * @param atsi performance data
1135 * @param atsi_count number of records in 'atsi'
1136 * @return GNUNET_OK to keep the connection open, 1132 * @return GNUNET_OK to keep the connection open,
1137 * GNUNET_SYSERR to close it (signal serious error) 1133 * GNUNET_SYSERR to close it (signal serious error)
1138 */ 1134 */
diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c
index 54a325d77..2e94083f5 100644
--- a/src/hostlist/hostlist-server.c
+++ b/src/hostlist/hostlist-server.c
@@ -349,8 +349,6 @@ adv_transmit_ready (void *cls, size_t size, void *buf)
349 * 349 *
350 * @param cls closure 350 * @param cls closure
351 * @param peer peer identity this notification is about 351 * @param peer peer identity this notification is about
352 * @param atsi performance data
353 * @param atsi_count number of records in 'atsi'
354 */ 352 */
355static void 353static void
356connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer) 354connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer)