- doxygen
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 19 Jun 2012 13:53:13 +0000 (13:53 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 19 Jun 2012 13:53:13 +0000 (13:53 +0000)
src/transport/gnunet-service-transport_neighbours.c
src/transport/gnunet-service-transport_neighbours.h

index 7e1ae8689f31055e232fc64fc46da6c7ecd29600..02f4e43d1b4b167c060eabd8c64f1c5cbbf9af21 100644 (file)
@@ -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
index c53f1a457648aafe00b44fb3b486bbf8d0603a60..18afcafc581699b03177e25ef02e1bb0d80da87f 100644 (file)
@@ -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