From: Matthias Wachs Date: Tue, 19 Jun 2012 13:53:13 +0000 (+0000) Subject: - doxygen X-Git-Tag: initial-import-from-subversion-38251~12968 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=69dab03fd3f48eb18ba9c72ec4e705f7cf86ca52;p=oweals%2Fgnunet.git - doxygen --- diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c index 7e1ae8689..02f4e43d1 100644 --- a/src/transport/gnunet-service-transport_neighbours.c +++ b/src/transport/gnunet-service-transport_neighbours.c @@ -2340,9 +2340,9 @@ master_task (void *cls, n->task = GNUNET_SCHEDULER_NO_TASK; delay = GNUNET_TIME_absolute_get_remaining (n->timeout); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "master task runs for neighbour `%s' in state %d with timeout in %llu ms\n", + "Master task runs for neighbour `%s' in state %s with timeout in %llu ms\n", GNUNET_i2s (&n->id), - n->state, + print_state(n->state), (unsigned long long) delay.rel_value); switch (n->state) { @@ -2698,7 +2698,7 @@ GST_neighbours_handle_connect_ack (const struct GNUNET_MessageHeader *message, * * @param peer identity of the peer where the session died * @param session session that is gone - * @param GNUNET_YES if this was a session used, GNUNET_NO if + * @return GNUNET_YES if this was a session used, GNUNET_NO if * this session was not in use */ int diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h index c53f1a457..18afcafc5 100644 --- a/src/transport/gnunet-service-transport_neighbours.h +++ b/src/transport/gnunet-service-transport_neighbours.h @@ -195,7 +195,7 @@ GST_neighbours_iterate (GST_NeighbourIterator cb, void *cb_cls); * * @param peer identity of the peer where the session died * @param session session that is gone - * @param GNUNET_YES if this was a session used, GNUNET_NO if + * @return GNUNET_YES if this was a session used, GNUNET_NO if * this session was not in use */ int