aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_monitor_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_transport_monitor_service.h')
-rw-r--r--src/include/gnunet_transport_monitor_service.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_monitor_service.h b/src/include/gnunet_transport_monitor_service.h
index f39be16d7..7c586b51e 100644
--- a/src/include/gnunet_transport_monitor_service.h
+++ b/src/include/gnunet_transport_monitor_service.h
@@ -19,12 +19,15 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup Backbone
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
25 * Monitoring / diagnostics API for the transport service 28 * Monitoring / diagnostics API for the transport service
26 * 29 *
27 * @defgroup transport TRANSPORT service 30 * @defgroup TNG Transport Next Generation service
28 * Communication with other peers 31 * Communication with other peers
29 * 32 *
30 * @see [Documentation](https://gnunet.org/transport-service) 33 * @see [Documentation](https://gnunet.org/transport-service)
@@ -42,8 +45,8 @@ extern "C"
42#endif 45#endif
43#endif 46#endif
44 47
48
45#include "gnunet_util_lib.h" 49#include "gnunet_util_lib.h"
46#include "gnunet_ats_transport_service.h"
47#include "gnunet_transport_communication_service.h" 50#include "gnunet_transport_communication_service.h"
48 51
49 52
@@ -189,4 +192,6 @@ GNUNET_TRANSPORT_monitor_cancel (struct GNUNET_TRANSPORT_MonitorContext *mc);
189 192
190/** @} */ /* end of group */ 193/** @} */ /* end of group */
191 194
195/** @} */ /* end of group addition */
196
192/* end of gnunet_transport_monitor_service.h */ 197/* end of gnunet_transport_monitor_service.h */